PART I: POINTERS ================ (1) We will be going through http://www.cplusplus.com/doc/tutorial/pointers.html in class. (2) http://www.eecis.udel.edu/~cfischer/cisc18105F/timeout.cc (3) Pointer arithmetic. (4) http://www.eecis.udel.edu/~cfischer/cisc18105F/array.cc (pay REAL close attention to what's happening!) PART II. DYNAMIC MEMORY ====================== We will be going through http://www.cplusplus.com/doc/tutorial/dynamic.html in class. On Tuesday: Comma-separated files and structs. More to come: Recursion.