How to make Simon Says

May 4, 2013 at 9:50pm
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
If you know how to use classes:

http://www.cplusplus.com/reference/fstream/
Last edited on May 4, 2013 at 9:56pm
May 4, 2013 at 10:04pm
avalanche1933 you know how to print out "Hello World" in C++?
May 4, 2013 at 10:20pm
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
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
May 4, 2013 at 10:22pm
What code do you have so far?
May 4, 2013 at 10:45pm
none so far. Just wondering how to go about doing it
May 4, 2013 at 10:51pm
so simple, learn c++ lol
Topic archived. No new replies allowed.