CS201

Mon Aug 29 -- Syllabus. Install compiler. Go over first program.
Wed Aug 31 -- NO CLASS.
Fri Sep 2 -- Our first c++ program. Syntax. main(). Loops. Methods. Life lessons.
Wed Sep 7 -- Variables, arrays, methods, overloading.
Fri Sept 9 -- Array bounds.  Method overloading.   File IO .  Assingment #1.  
Mon Sep 12 -- Work on code.
Wed Sep 14 -- getline, open modes, seek, tell, put, get, ignore..Stream modifiers (link and link2). Binary files.
Mon Sep 19 -- Looking at executables. Assignment #2. Dang setiosflags stuff.
Wed Sep 21 -- Pointers and arrays of chars.
Thr Sep 22 -- NO Class.
Fri Sep 23 -- How to do the quiz and Binky and pointers.
Mon Sep 26 -- Pointers till we drop!!! strcpy. strlen. tolower. double. findsmallest. double arrays of variable length.
Wed Sep 28 -- Pointers.
Wed Oct 5 -- More pointers. Linked lists.
Thu Oct 6 -- Assignment #3. Recursive versus iterative linked lists.
Mon Oct 10 -- Ripping apart WAV files.
Mon Oct 17 -- Assignment 4.
Mon Oct 24 -- Operator overloading with sets.
Wed Oct 26 -- Bitwise math. More examples.
Mon Nov 7 -- Go over test.
Wed Nov 9 -- Review on an old test.
Mon Nov 14 -- Templates with Examples.
Mon Nov 21 -- Misc notes on the pString program, java vs. c++ , and a class to template-ize.
Mon Nov 28 -- Multiple classed templates, static methods, abstract classes, review virtual methods.
Fri Dec 2 --
C++ Checklist and hands-on practice.