I would like for some help.
I'm looking for a way to present some CSV sheet as a graph.
i have open the file, and read the sata shouls be easy, but i dont know how can i genrate the data into graph line.
Do you mean "store in graph data structure" or "plot a picture"?
If the latter:
I would use gnuplot http://www.gnuplot.info/ rather than C++.
If you absolutely have to write a C/C++ program, then use gnuplot's library to do the hard work.