output to CSV file
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I am trying to read from a text file and output the data to a CSV file. Can anybody help me with this please? Cheers Phil
-
I am trying to read from a text file and output the data to a CSV file. Can anybody help me with this please? Cheers Phil
-
Are you using MFC? Then go though the class CStdioFile, which gives easy functions to read and write text files.
I'm using Visual C++. Would it work in the same way?