C/C++ reference: http://www.cppreference.com/

Reference for file I/O

Laboratory 3: Command Line Arguments and File Parsing

        In this lab, you will learn how to get arguments from the command line.
        You will also learn how to parse a file (i.e. read and process the contents of a file).

 

YOUR TASK


 

Program for parsing an input file:

            fileparser.exe  <input_file>

 

SOLUTION

Lab3Sol.zip