Last modified: Thu May 5 20:39:42 PDT 2005
Important Notes:
This is merely a selection of files and examples, most of which were
mentioned or used in the class. It is not a comprehensive
list, nor are all lectures and labs included. Formatting is generally
minimal.
Week 15, Lecture, May 2, 2005: makefiles, and a few words on
derived classes and inheritance
A nice makefiles tutorial by Charles Lin at University of Maryland
bag pseudo-UML (2-14-05 version, in PDF)
adapted from Savitch and Main's "Data Structures
and Other Objects Using C++", 2nd edition, Addison-Wesley,
Chapter 4
recMax.cpp,
test_recMax.cpp
- recursively finding the maximum value amongst the first
n elements of an unsorted array
Week 1, Lab, January 19, 2005: example code for demonstration/reminder
of how to compile a program in multiple files using cs-server's
gnu c++ compiler, g++