Chosing fstream file pathSolved ifstream reader reader.open("players/" + username + ".txt");
Chosing fstream file pathCurrently this just dumps the user data into the main program file, is there anyway of me putting th...
Passing multiple variable types to a functionI'm writing a little game, and to save the game data I would like to take the variables that I have ...