2014 | OriginalPaper | Chapter
3. Using File IO to Save and Load Games
Published in:
C++ Game Development Primer
Abstract
Saving and loading game progress is a standard feature of all but the most basic games today. This means that you will need to know how to handle the loading and saving of game objects. This chapter covers one possible strategy for writing out the data you will need to be able to reinstate a player’s game.