User profile: Max McGregor

User info
User name:Max McGregor
History
Joined:
Number of posts:3
Latest posts:

Chosing fstream file path
Solved ifstream reader reader.open("players/" + username + ".txt");

Chosing fstream file path
Currently this just dumps the user data into the main program file, is there anyway of me putting th...

Passing multiple variable types to a function
I'm writing a little game, and to save the game data I would like to take the variables that I have ...