So basically i've never worked with CSV files before, but im making a program thats going to be calculating and outputting ALOT of data to files (8 separate files)
Basically it's going to do a formula. then output it as something like: (| means seperate column)
int | int | int | float | string | int | int | int | float | final_float
int | int | int | float | string | int | int | int | float | final_float (different values)
Im basically comparing two functions....and getting a float for each, then getting a final float at the end. And getting this into an excel file would be grrrreat! and alot easier then manually inputting them.
I've heard to do a .csv file you simply seperate the "columns" but comma's, and the rows by endl's.
Is that all there is too it? or is their more?
Thanks all