/********************************************************** *Homework 3: Flight Database * * Author: Rebecca Price * Student Id: XXXXXXX * TA: Man Chun Liu * Course: CSE 143 * Date: 7/20/2001 * Last Modified: 7/25/2001 * * This program s sets up a flight database according to the file * the user supplies. It takes seven parameters for each flight. * Flight Number, Departure Location, Arrival Location, Departure * Time, Arrival Time, Departure Date and Price, in that order. * It then allows several manipulations, such as cancelling a flight * from the database, adding more flights to the data base, updating * flight info by reading in a file with the most current information, * creating reservations and displaying all those that match from the * current database and sorting them by price, which you can then * select the flight desired. There is also a quit function so you * can get out of this wonderful program. **************************************************************/ //main.cpp -- assignment 3, summer 2001 //author: Rebecca Price, id: XXXXXXX, section: AA, TA: Man Chun Liu #include "FlightDatabase.h" /*********************Function Prototypes***************/ void drawMenu(); //Displayes a menu with the available functions for the // program. //Preconditions: none //Postconditions: the menu is displayed. /*******************************************************/ /*******************************************************/ int main(){ //Welcome message. cout<<"Welcome to Flight Manager 2002!"<>userInput; cout<