欢迎来到天天文库
浏览记录
ID:45034712
大小:113.50 KB
页数:29页
时间:2019-11-08
《航空订票系统代码》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、实用文档#include#includevoidFlightInsert();//增加路线voidFlightDelete();//删除路线voidFlightLookup();//航班查询voidFlightRework();//航班路线修改voidFlightBuyticket();//买票voidFlightCancelticket();//取消订票voidFlightclean();//清空voidMainMenu();//主函数voidDisplay();//显示订票信息typedefstructCust
2、omer//已定票乘客信息{charName[10];//姓名intAmount;//定票数实用文档intLevel;//舱位等级intSeatNum;//座位号charFlightNum[10];//所定航班号structCustomer*next;}Customer;typedefstructReplace//侯补乘客信息{charName[10];//姓名eintAmount;//定票数intLevel;//舱位等级charFlightNum[10];//所定航班号structReplace*next;}Replace;typedefstructFli
3、ght//航班路线信息{charFrom[10];//起点站名charDes[10];//终点站名charFlightNum[10];//航班号charPlaneNum[10];//航班charWeek[20];//飞机周日实用文档intRation;//乘员定额intFreeTicket;//剩余票数floatPrice[3];//票价intReplacePas;//候补乘客数Replace*ReplName;//该航班的候补乘客名单Customer*CustName;//该航班的已定票乘客名单structFlight*next;//指示下一航班路线结点}
4、Flight,*PFlight;intRation=0;//乘客总数Flight*head;//建立航班路线头结点Flight*rear;//建立航班路尾结点实用文档Customer*Cusrear;Replace*Reprear;voidMainMenu(){inti=0;while(i!=8){cout<5、6、>i;switch(i){case1:FlightIn7、sert();break;//增加航班路线case2:实用文档FlightLookup();break;//查询航班路线case3:FlightRework();break;//修改航班路线case4:FlightBuyticket();break;//预订飞机票case5:FlightCancelticket();break;//退订飞机票case6:Flightclean();break;//清空系统case7:Display();break;case8:;break;default:cout<<"*提示:抱歉,请选择正确的操作!"<8、<
5、6、>i;switch(i){case1:FlightIn7、sert();break;//增加航班路线case2:实用文档FlightLookup();break;//查询航班路线case3:FlightRework();break;//修改航班路线case4:FlightBuyticket();break;//预订飞机票case5:FlightCancelticket();break;//退订飞机票case6:Flightclean();break;//清空系统case7:Display();break;case8:;break;default:cout<<"*提示:抱歉,请选择正确的操作!"<8、<
6、>i;switch(i){case1:FlightIn
7、sert();break;//增加航班路线case2:实用文档FlightLookup();break;//查询航班路线case3:FlightRework();break;//修改航班路线case4:FlightBuyticket();break;//预订飞机票case5:FlightCancelticket();break;//退订飞机票case6:Flightclean();break;//清空系统case7:Display();break;case8:;break;default:cout<<"*提示:抱歉,请选择正确的操作!"<8、<
8、<
此文档下载收益归作者所有