TOPIC SCHEDULE
Readings are from our text, Using C++ by Hennefeld et al (Brooks-Cole).
NOTE: all schedules and topics are subject to change. We will be covering 10 weeks of material in 8 weeks, so make sure you read topics BEFORE class, and stay current. Although no prerequisite is required, we will move quickly, so please be prepared to work hard.
Week Topic Readings
W1

Intro to C++
A first look at for loops;
Emacs

ch. 1-3, Emacs tutorials
W2 Selection statements; Boolean expr.
Functions
ch. 4, 5.1-5.4
W3 More on loops
EOF-controlled loop: while(cin)
ch. 7.1 - 7.3
W4 More on Functions
5.5-5.9
W5 Functions: reference parameters
String data type
ch. 9
ch. 6.1 and 6.5; 16.1
W6 Arrays, Vectors
Structs
ch. 7.8
ch. 13.1-13.4ch. 17

W7 Classes: Specification (Time.h)
Classes: Implementation
Applications
18.1 - 18.3
19.1 - 19.3
ch. 20.2
W8 Wrap-up, Catch-up, and review for final comprehensive quiz. ANY reading you missed or didn't understand.

Home