I am making a game and i want to to have multi player support.
What i mean is that....
When you load from the save file, you have to write the file name right?
Eg.
FILE *out;
out = fopen("datafile.dat", "r+b");
How can you let the player choose which file they want to load?
OR
Are there another way that you can have multi player support?