Quiz: Save and Load from Files
Challenge your understanding of file input and output in C++.
We'll cover the following...
In the last lesson, you learned how to make your programs remember things using file input and output.
You used ofstream
to write data ...