Homework #1 is due Jan 31st and deals with C++
functions and Arrays (a tic-tac-toe program).
HW1 Sample Code
Homework #2 is due Feb 14th and involves turning your tic-tac-toe program into an object oriented program.
Homework #3 is due Feb 29th and involves
a polymorphic tic-tac-toe player class.
Test code used for grading project 3 is here:
tboard.cpp    
tplayer.cpp    
play.cpp
| Lecture # | Topic | Powerpoint | Adobe PDF | Sample Code |
|---|---|---|---|---|
| 1 | Course Information | Course.ppt | Course.pdf | |
| 1 | Some background material | Background.ppt | Background.pdf | |
| 1 | Intro. to C++ | C++Intro.ppt | C++Intro.pdf | |
| 2 | C++ Functions & Variable Scope | Functions.ppt | Functions.pdf | Code from the slides |
| 2 | C++ Arrays | Arrays.ppt | Arrays.pdf | Code from the slides |
| 3 | Pointers and Strings | pointers.ppt | pointers.pdf |   |
| 3 | Structures | structures.ppt | structures.pdf | Code from the slides |
| 3 | Classes |   |   | Sample Code (discussed in class) |
| 4 | ivec class (a start) |   |   | Sample ivec code (discussed in class) |
| 5 | Classes again | classes.ppt | classes.pdf | Sample Code: |
C++ Links: |
|
| FAQS: | |
| HELP: | |
| Tutorials | |