How to make Simon Says

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?
If you know how to use classes:

http://www.cplusplus.com/reference/fstream/
Last edited on
avalanche1933 you know how to print out "Hello World" in C++?
Yes i can. I know how to use functions, arrays, structures, files, and other things as such. I just need help with this, Please.
If you know how to use classes:

http://www.cplusplus.com/reference/fstream/

Shouldnt be too hard with fstream?
Last edited on
What code do you have so far?
none so far. Just wondering how to go about doing it
so simple, learn c++ lol
Topic archived. No new replies allowed.