30 likes | 107 Views
CSC 253. Lecture 4. File I/O. Let’s take the program from the end of the last lecture, And modify it to read from a file … Now let’s modify it to write to a file …. Look at the example program at the end of the lecture. Let’s modify it to read from the terminal and write to a file.
E N D
CSC 253 Lecture 4
File I/O • Let’s take the program from the end of the last lecture, • And modify it to read from a file … • Now let’s modify it to write to a file …
Look at the example program at the end of the lecture • Let’s modify it to read from the terminal and write to a file.