cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Saving highscore
Saving highscore
Apr 9, 2011 at 9:33am UTC
Stupebrett
(159)
I'm wondering how to save a highscore in a c++ console program. Like, if you get 1000 points, it will save that to a file, so it can be viewed the next time you open the program.
Apr 9, 2011 at 10:07am UTC
matsom
(288)
http://www.cplusplus.com/reference/iostream/fstream/
Apr 9, 2011 at 12:23pm UTC
Bazzy
(6281)
http://www.cplusplus.com/doc/tutorial/files/
Topic archived. No new replies allowed.