CIS 11: Data Structures and Algorithms
Project G
Complete programming project 9 from Chapter 8 of the text. Directions are on page 429.
-
Place all class definitions in a single interface file and all implementations in a single file as well.
-
Name the interface file AirSim.h.
-
Name the implementation file AirSim.cpp.
-
The client code should be modeled after the example for the car wash simulation, carwash.cxx. Name its file AirportSimulation.cpp. A template for that file can be found here. Be sure to use it as a starting point.
When you're satisfied with the program, submit your work via the CATE form for Project G.
Legend: method/function keyword literal
2006/11/01