Project 2 : Incoming Flights Display Simulation - Advanced


Due : 9.30am, 31 July

Expand upon, enhance, and reorganize the program written for Project One to incorporate the following features and programming techniques:

The program must still satisfy all the requirements of the previous project, with the notable exception that there should no longer be a restriction of 100 flights (since we are now using a linked list as opposed to a static array). However, the program is still to display only the earliest 5 flights.

The user interface must be identical to before. Only the internal organization of the program and the data must change.

Sample Screen Display

Flight Arrivals

Airline    Flight From                 Time  Date  Status
-------    ------ ----                 ----  ----  ------
Delta      7248   Atlanta              08:10 07/04 OnTime
Mauritius  657    Mozambique           08:25 07/04 OnTime
Lufthansa  105    Frankfurt            20:12 07/04 OnTime
Virgin     212    Kingston             08:00 07/05 OnTime
PanAm      411    Paris                10:00 07/05 OnTime

Options: [A]dd Flight / [R]emove / [D]elay / [L]oad from disk / [Q]uit

Submission


Last updated : 18 July 2000 11.14am