1. Books and other resource material
    1. Class Material
    2. Flowcharting.htm
    3. http://www.cplusplus.com/
  2. Parts of a Program (C++)
    1. preprocessor directive
      1. #include <iostream>
      2. #include <iomanip>
      3. #include <fstream>
    2. namespace
      1. using namespace std;
    3. function
    4. return
  3. Commands
    1. I/O
      1. cout
      2. cin
    2. rand()
    3. ofstream, ifstream, and fstream
    4. Topic
  4. Formatting (Output)
    1. setw
    2. setprecision / fixed / showpoint
    3. left / right
  5. Paths/Choices
    1. bool
    2. if/then
    3. if/else
      1. if/else if