Lecture 17 Objectives
At the end of today's class you should
KNOW:
- how to access a file through a file stream
- the different file processing modes
- the difference between binary files and text files
- the difference between sequential files and random-access files
BE ABLE TO:
- read/write a binary file
- read/write a text file
- read/write a sequential file
- read/write a random-access file
Sample Exam Question:
Do exercise 11.11 on page 463 in the textbook.