Sep 12 - Ch 2 - Writing, compiling and running simple C++ programs.
What is a program, what is an algorithm? C++ keywords, built in data types,
operators, and statements. Simple I/O. Using the pico editor, using the gcc compiler, understanding the debug cycle
Sep 19 - Ch 1, 3 - Writing classes and functions.
Sep 26 - Ch 4, 8, 9 - Making lists.
Oct 3 - Review Ch 10, 11 - Combining ADT's and algorithms to solve problems.