13 years, 4 months ago
Highlights
13 years, 4 months ago
no i want it to update the score all the time im working on that and once you fail/complete the game the score gets saved so it would be a list obv. i will post an update of my…
13 years, 4 months ago
ok so I have been on other forums, googled, read on most c++ websites and I can't understand how to get my code to save the data to a file which can be selected to loaded once i…
13 years, 4 months ago
ok so i've done some major changes in my code and i hope this one is better i have loads of comments so that might make it difficult to read but here it is: http://ideone…
13 years, 4 months ago
13 years, 4 months ago
Latest Activity
See all in Discussionsno i want it to update the score all the time im working on that and once you fail/complete the …
13 years, 4 months ago
ok so i've done some major changes in my code and i hope this one is better i have loads …
13 years, 4 months ago
#include <iostream> #include <iomanip> #include <fstream> #include <string> using namespace std; struct highscore{ int svar; }; struct game{ int fraga; …
13 years, 4 months ago