30 likes | 109 Views
Learn to enhance a program to read/write files, with examples, modifying code from terminal input to file output.
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.