TOPIC SCHEDULE
Readings are from our text, Using C++ by Hennefeld et al (Brooks-Cole).
Week
Topic
Readings
W1

Intro to C++
A first look at for loops

ch. 1-3
3.8
W2 Selection statements; Boolean expr.
ch. 4
W3 Functions
H 4/17: Quiz 1
ch. 5.1-5.4
Q1 review
W4 More on loops
EOF-controlled loop: while(cin)
ch. 7.1 - 7.3
W5 More on Functions
H 5/1: Quiz 2
5.5-5.9
Q2 review
W6 Functions: reference parameters
ch. 9
W7

String data type
Debugging with scaffolding
H 5/15: Quiz 3

ch. 6.1 and 6.5; 16.1
ch. 7.8
Q3 review
W8 Arrays, Vectors
Structs
Classes: Specification (Time.h)
ch. 13.1-13.4
ch. 17
18.1 - 18.3
W9 Classes: Implementation (Time.cpp)
Applications
H 5/29: Quiz 4
19.1 - 19.3
ch. 20.2
Q4 review
W10Deadweek: Wrap-up, Review, Evaluations
H 6/5: Quiz 5
 
Q5 review