This is the TD#4 about structure. The program count the number of rows and Columns in sondage.csv in otherFiles directory.
You can use the Makefile included in the project to compile the entire project
- Clone the directory of the project.
- Place your terminal in the downloaded directory
- If you want to clean before make you can run this command :
make clean ; make
- To run the program simply run this command :
./bin/test-csvparser.jack
- Part 5 (Retour à la structure CSVParser)
- Part 6 (Détection de séparateur)
- Catch the Header of the CSV and must be tested
@ZeJackOfSpades