Functions and File Processing
Spring 2016
Charles Shields
CS 1325
These notes conclude our discussion of functions and begin our new topic of file processing. Covers things such as recursion examples, types of access and files, process for opening a file with example, streams, EOF, checking to make sure file opened properly, fscanf(), and fgets().