CSCI 1730
Pointers
Feb 9th, 2012
Chapter 8: Pointers: mixed array notation and pointer notation, cstring, and function pointers
Sample code for string processing and file io:
write1.cpp
read.cpp
sizecheck.cpp
binaryread.cpp
Chapter 9: A deeper look at classes