This shows you the differences between the selected revision and the current version of the page.
| courses:cs203-200903:assignments:top 2009/11/02 14:34 | courses:cs203-200903:assignments:top 2009/11/19 11:01 current | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| Assignment 7: pg 639 #11.15 A Rational Class with Overloaded Operators - Due Tuesday 11/10/09 | Assignment 7: pg 639 #11.15 A Rational Class with Overloaded Operators - Due Tuesday 11/10/09 | ||
| - | /* | ||
| - | Assignment 6: pg 691 #12.9 - Creating a Shipping Package Hierarchy. Due Tuesday 3/31/09 | ||
| - | Assignment 7: [[Assignment 7 Link]] - Polymorphic Banking System. Due Tuesday 4/14/09 | + | Assignment 8: pg 755 #13.16 - Polymorphic Banking System Due Thursday 11/19/09 |
| + | * Note: Please create a makefile for this project and resubmit. | ||
| - | Assignment 8: [[Assignment 8 Link]] - Due Tuesday 4/21/09 | + | /* |
| + | Assignment 9: pg 755 #13.15 - Polymorphic Package System. Due 0/11/09 | ||
| + | Assignment 10: [[Assignment 8 Link]] - Due Tuesday 4/21/09 | ||
| */ | */ | ||
| + | |||
| ---- | ---- | ||
| <html> | <html> | ||
| Line 46: | Line 48: | ||
| Lab 7: pg 528 #9.14 Huge Integer Class - Due at conclusion of lab, 10/26/09 | Lab 7: pg 528 #9.14 Huge Integer Class - Due at conclusion of lab, 10/26/09 | ||
| - | Lab 8: pg 577 #10.8 A Savings Account Class - Due: At conclusion of lab 11/2/09 | + | Lab 8: pg 577 #10.8 A Savings Account Class - Due: at conclusion of lab 11/2/09 |
| + | |||
| + | Lab 9: pg 691 #12.10 Account Inheritance Hierarchy - Due at conclusion of lab 11/9/09 | ||
| + | |||
| + | Lab 10: pg 691 #12.9 Package Hierarchy - Due at conclusion of lab 11/16/09 | ||
| /* | /* | ||
| - | Lab 10: pg 755 #13.15 Polymorphism in the Package Hierarchy - Use an array instead of a vector - Due 4/6/09 | + | Lab 11: pg 755 #13.15 Polymorphic Package System - Due at conclusion of lab 11/23/09 |
| Lab 11: pg 774 #14.3 A Function Template - based on the selection sort on page 426 - Due 4/13/09 | Lab 11: pg 774 #14.3 A Function Template - based on the selection sort on page 426 - Due 4/13/09 | ||
| Line 82: | Line 89: | ||
| - | /* | ||
| - | CS203 Exam 1 Monday, 2/23/09 \\ | ||
| - | One page of notes \\ | ||
| - | Topics: | ||
| - | - Given an ADT (description), create a class with a .h and a .cpp file | ||
| - | - Creating and using an array (1d or 2d) | ||
| - | - Passing an array to a function, or passing an array element to a function | ||
| - | - Structured programming principles (control statements) | ||
| - | - A program with nested control structure | ||
| - | - Recursion | ||
| - | - Scope rules - trace a program | ||
| - | - Rand() | ||
| - | */ | ||
| **Exam 2:** | **Exam 2:** | ||
| - | TBA | + | Tuesday, November 24, 2009 |
| + | |||
| + | * One page of handwritten notes | ||
| + | |||
| + | Topics: | ||
| + | - Chapters 8 - 13 | ||
| + | - Skip proxy classes | ||
| /* | /* | ||