OS1/movies
2023-10-15 16:11:39 -07:00
..
csv_parser.c Add comments and clean up 2023-10-15 16:11:39 -07:00
csv_parser.h Functionally stubbed menu 2023-10-13 01:39:26 -07:00
input.c Language Search Complete 2023-10-14 16:57:09 -07:00
input.h Add comments and clean up 2023-10-15 16:11:39 -07:00
makefile Node Iterator and Start Input Error Checking 2023-10-13 03:29:13 -07:00
movies.c Add comments and clean up 2023-10-15 16:11:39 -07:00
movies.h Add comments and clean up 2023-10-15 16:11:39 -07:00
movies_sample_1.csv add sample file of movies 2023-10-04 13:38:35 -07:00
node.c Rating Finished 2023-10-15 15:55:30 -07:00
node.h Add comments and clean up 2023-10-15 16:11:39 -07:00
readme.md Movies Readme 2023-10-14 17:09:11 -07:00

Movies

This is a program which reads a CSV file with data about movies. Please take care that the format is correct as the program does not parse arbitrary length CSV files.

Compiling

You can compile this program by using the make command.

Simply type:

make

To run, type:

make run

To specify a CSV file, you can type:

./movies $(CSV_File_to_read.csv)