Objects First: Examples

Objects First


Examples

All the examples for which full or partial code has been generated are collected here for quick reference.

ClassDefinitionFiles availableNotes
RectangleInformalRectangle.h
Rectangle.c
Complete
TankLaboratory 2
Lab 2 specifications (1998)
Tank.h
Tank.c
testtank.c
Complete (feedback from lab 2)
PointBrief specificationPoint.h
Point.c
Complete (used by lab 3)
CircleUsed in laboratory 3
Part specification
Circle.h
Circle.c
Partial (completed in lab 3)
LineNo formal specificationLine.h
Line.c
Partial
DictionarySpecification
Example of practical test specification
Dictionary.h
Dictionary.c
TestDict.c
Complete - example of char **
arrays of strings
HistogramSpecification
Example of practical test specification
Histogram.h
Histogram.c
TestHist.c
Complete
DataSetNo online specification
Example of practical test problem
DataSet.h
DataSet.c
Complete

Continue on to Appendix 3 Back to the Table of Contents
© John Morris, 1998