The Core Parts
Let's examine the core parts of our CSV Reader application.
We'll cover the following...
We'll cover the following...
The Main
Let’s start with the main() function.
Once we’re sure that there are enough arguments in the command line we enter the main scope where all the processing happens:
- line 6 - gather all the files to process in function
CollectPaths - line 16 - convert data from the files into record data and calculate the results - in
CalcResults - line 18