May 4, 2013 at 9:50pm May 4, 2013 at 9:50pm UTC
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 May 4, 2013 at 9:55pm UTC
Last edited on May 4, 2013 at 9:56pm May 4, 2013 at 9:56pm UTC
May 4, 2013 at 10:04pm May 4, 2013 at 10:04pm UTC
avalanche1933 you know how to print out "Hello World" in C++?
May 4, 2013 at 10:20pm May 4, 2013 at 10:20pm UTC
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 May 4, 2013 at 10:21pm UTC
Last edited on May 4, 2013 at 10:22pm May 4, 2013 at 10:22pm UTC
May 4, 2013 at 10:22pm May 4, 2013 at 10:22pm UTC
What code do you have so far?
May 4, 2013 at 10:45pm May 4, 2013 at 10:45pm UTC
none so far. Just wondering how to go about doing it