Programming In C++
Spring 2000
CSCI 2200 CRN: 90349


Test #2 is Monday, Feb 28th
. Test #2 topics and a few sample questions


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


The Syllabus is available as a Microsoft Word document : C++Syllabus.doc or HTML: C++Syllabus.htm

Lecture Notes:

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