[cs13001] suggested order of implementation on lab 9

Mikhail Nesterenko mikhail at cs.kent.edu
Thu Mar 14 10:56:58 EDT 2013


CSI students,

To develop your code incrementally, start with implementing member
functions for class "location". Then, in main(), create a single object
of this class, invoke implemented functions on it, to make sure they
work correctly.

Then proceed to class "ship": implement member functions, create a
single object of this class in main(), invoke and test member
functions.

Then do the same thing with class "fleet" and only then code the
proper main()

Thanks,
-- 
Mikhail


More information about the cs13001 mailing list