
The instructor reserves the right to make changes to this list as needed.
Week |
Topics | Reading |
| Aug 30 - 31 | Intro hardware/software | Chapter 0 |
Sept 3 - 7 |
1st C++ program | Chapter 1 |
| variables and assignment | ||
| input/output | ||
| data types | ||
Sept 10 - 14 |
selection | Chapter 2 |
| iteration | ||
Sept 17 - 21 |
software design | Chapter 3.1 - 3.7 |
| functions | ||
| parameters | ||
Sept 24 - 28 |
more on functions | Chapter 4.1, 4.2, 4.4 |
| scope and storage class | Chapter 9.1, 9.2 | |
| arrays | ||
Oct 1 - 5 |
arrays as parameters | Chapter 4.6, 4.8, 4.9, 4.10 |
| searching/sorting | ||
| multi-dimensional arrays | ||
Oct 8 - 12 |
strings | Chapter 4.3, 4.5, 4.7 |
| pointers | Chapter 9.3 (pp. 522 - 527) | |
Oct 15 - 18 |
C++ classes | Chapter 5.1 - 5.3, 5.5, 5.7 |