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