Weekly Programs
Week 1 - Pointers, Dynamic Memory (Single, Array, Multiple Dimension)
Week 2 - Structures, Dynamic Structures (Struct's)
Week 3 - Reading and Wrting to a File (I/O to files)
BONUS - This Shows that in C++, structs are Just Like Classes
Week 4 - Classes (Constructors, Destructors and 'const's)
Week 5 - Operator Overloading (Overloaded '+','-' and '=' operator, 'friend' functions and 'this' pointer)
Week 11 - Inheritance (Abstract Base Classes, Polymorphism)
Exception Handling - I didnt have time to write up code for this section, so i provided you with this document.
Past Final Quizes - Here are two finals/quizes. they have some pretty good problems, but i dont know how similar they will be to your final, the program has since changed when these finals were given. Good Luck :)
Monopoly - This was my SOEN 341: Software Process project. we were asked to code a video game and i did Monopoly. It runs on OpenGL, the library is given in the zip. Its nots all that great, but hey, im one guy with other courses to worry about :) Enjoy, and feel free to comment