I have a question about C++.
Assume
char timestamp[255];
char title[255];
etc..
and examples of the two strings:
Mon Oct 22 22:47:25 2001
My title
etc..
I want to save the data in a neat text file, and then read it in again.
I save the data by using:
fprintf (fp, "%s\n"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.