cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How to make Simon Says
How to make Simon Says
May 4, 2013 at 9:50pm UTC
avalanche1933
(5)
How would i go about making a Simon Says game in c++ that would save the top ten highscores to a file and then if a new highscore is achieved, how would i reopen that file and sort it and then return the new highscores to the file?
May 4, 2013 at 9:55pm UTC
Anmol444
(638)
If you know how to use classes:
http://www.cplusplus.com/reference/fstream/
Last edited on
May 4, 2013 at 9:56pm UTC
May 4, 2013 at 10:04pm UTC
Chriscpp
(368)
avalanche1933 you know how to print out "Hello World" in C++?
May 4, 2013 at 10:20pm UTC
avalanche1933
(5)
Yes i can. I know how to use functions, arrays, structures, files, and other things as such. I just need help with this, Please.
May 4, 2013 at 10:21pm UTC
Anmol444
(638)
If you know how to use classes:
http://www.cplusplus.com/reference/fstream/
Shouldnt be too hard with fstream?
Last edited on
May 4, 2013 at 10:22pm UTC
May 4, 2013 at 10:22pm UTC
Chriscpp
(368)
What code do you have so far?
May 4, 2013 at 10:45pm UTC
avalanche1933
(5)
none so far. Just wondering how to go about doing it
May 4, 2013 at 10:51pm UTC
Chriscpp
(368)
so simple, learn c++ lol
Topic archived. No new replies allowed.