Introduction to C / C++ Programming
Additional File Input and Output

Accreditation

Some content here was drawn from "C Programming, A Modern Approach" by K.N. King, Chapter 22.

Some material on this page was drawn from linuxmanpages.com and the C Reference section of cppreference.com

Review

The following topics were covered in Formatted I/O

The following topics were covered in Basic Text File Inpt and Output

The following topics were covered in Character Strings:

Binary File I/O using FILE pointers

FILE *s are pointers to objects of type FILE, which will make more sense to us after we have studied structs