First page Back Continue Last page Graphics
File Input / Output
A file is a bunch of bytes stored on a device. (tape, floppy, hard disk, cdr, cdrw, dvd, ...)
Normally files are managed by the operating system.
What we need to do is “connect” a file to a program using a stream.
Sometimes file naming conventions get in the way of using them in programs. For example, long names with blanks.