Monday, May 24, 2010

C++ Store data?

I have been learning c++ by myself. I want to know how can I store data enter by a user in a txt or xml file. I am working in console... I also want the user to be able to open that file.

C++ Store data?
Read about file io online. Its really easy in C++. You treat them just like cin and cout, expect its at a file and not standard input/output.


Check this out to learn all about it.


http://www.cs.hmc.edu/~geoff/classes/hmc...

floral design

No comments:

Post a Comment