Tagged Questions
18
votes
6answers
5k views
How do I create a save file for a C++ game?
I am coding my final for a Video game Programming course, and I want to know how to create a save file for my game, so that a user can play, and then come back later. Any idea how this is done, every ...