Objects First |
| Class | Definition | Files available | Notes |
|---|---|---|---|
| Rectangle | Informal | Rectangle.h Rectangle.c |
Complete |
| Tank | Laboratory 2 Lab 2 specifications (1998) | Tank.h Tank.c testtank.c | Complete (feedback from lab 2) |
| Point | Brief specification | Point.h Point.c |
Complete (used by lab 3) |
| Circle | Used in laboratory 3 Part specification | Circle.h Circle.c |
Partial (completed in lab 3) |
| Line | No formal specification | Line.h Line.c |
Partial |
| Dictionary | Specification Example of practical test specification | Dictionary.h Dictionary.c TestDict.c |
Complete - example of char ** arrays of strings |
| Histogram | Specification Example of practical test specification | Histogram.h Histogram.c TestHist.c | Complete |
| DataSet | No online specification Example of practical test problem | DataSet.h DataSet.c | Complete |
| Continue on to Appendix 3 | Back to the Table of Contents |