CSCI 1300 - Exercise 5
Input and Output from Files
What You'll Get from This Exercise
Until now, all of the input and output of your programs has been with the
keyboard and monitor. You have used cin for the input stream and cout for the
output stream. In this exercise, you’ll learn how to use a disk file for input
or output.
|