Eric-Souza / command-input-reading

An algorithm, developed in C++, that receives a text file as input by a makefile command and prints its data line by line using string stream. This system was developed as a Data Structures subject exercise (UFMG).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Reading Algorithm

Receives a text file as input by a makefile command and prints its data line by line using string stream.

  • Compile the code by running the command below on the Makefile directory:
make  
  • The "make" command will create the "run.out" file in the "bin" folder, which can be used to execute the app. To print the chosen input text data, run the command below in the "bin" folder:
run.out ../inputs/text-file-name.txt  

About

An algorithm, developed in C++, that receives a text file as input by a makefile command and prints its data line by line using string stream. This system was developed as a Data Structures subject exercise (UFMG).


Languages

Language:C++ 55.8%Language:Makefile 44.2%