October 2019
Beginner to intermediate
746 pages
14h 36m
English
We are nearly there. This short chapter will demonstrate how we can easily manipulate files stored on the hard drive using the C++ standard library, and we will also add sound effects. Of course, we know how to add sound effects, but we will discuss exactly where in the code the calls to the play function will go. We will also tie up a few loose ends to make the game complete.
In this chapter, we will cover the following topics:
File i/o or input/output is a fairly technical subject. Fortunately ...
Read now
Unlock full access