Skip to content

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).

Notifications You must be signed in to change notification settings

Eric-Souza/command-input-reading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Topics

Resources

Stars

Watchers

Forks