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
W 10/15: 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
W 10/29: Quiz 2
5.5-5.9
Q2 review
W6

Functions: reference parameters
String data type

ch. 9
ch. 6.1 and 6.5; 16.1
W7

Debugging with scaffolding
Arrays, Vectors
W 11/12: Quiz 3

ch. 7.8
ch. 13.1-13.4, 13.6
Q3 review
W8

Basics of structs
Classes: Specification (Time.h)
Classes: Implementation (Time.cpp)

17.1-17.2
18.1 - 18.3
19.1 - 19.3
W9 Applications
M 11/24: Quiz 4
ch. 20.2
Q4 review
Thanksgiving holiday: no labs this week.
W10Deadweek: Wrap-up, Review, Evaluations
W 12/3: Quiz 5
 
Q5 review