I've just started C++ after doing basic java last year and we are expected to know stuff that I have obviously forgotten so I need some help please!
I have to create a program that when C:\> GraphIT (file name).csv is called in CMD it must read data from that file and print it to Windows BGI. In the example we are given the csv file contains numbers of the y-values of a sine function so that when C:\> GraphIT sins.csv is called in CMD a sine wave shows up in the windows BGI.
I haven't done much work with BGI but I'm sure that I can work out once I have values, the csv file on the other hand I've never heard of. Could someone please explain what it is and pointers as to how I can use it in C++. Google seems to be at a loss for answers!