文件名称:航空公司订票系统
文件大小:6KB
文件格式:CPP
更新时间:2016-10-14 16:37:02
订票 航空 系统
A simple airline ticket reservation program A simple airline ticket reservation program should display a menu with the following options: reserve a ticket, cancel a reservation, check whether a ticket is reserved for a particular person, and display the passengers. The information is maintained on an alphabetized linked list of names. In a simpler version of the program, assume that tickets are reserved for only one flight. In a fuller version, place no limit on the number of the flights. Create a linked list of flights with each node including a pointer to a linked list of passengers.