csc 253

3
CSC 253 Lecture 4

Upload: lucy-fulton

Post on 31-Dec-2015

22 views

Category:

Documents


0 download

DESCRIPTION

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. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: CSC 253

CSC 253CSC 253

Lecture 4Lecture 4

Page 2: CSC 253

File I/OFile 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

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

Page 3: CSC 253

Look at the example program at the end of the

lecture

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. Let’s modify it to read from the

terminal and write to a file.