源码简介: |
最近做的一个作业的文档:用c++做航班管理系统,功能1)、录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定)2)、查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓);3)、订票:(订票情况可以存在一个数据文件中,结构自己设定)4)、退票: 可退票,退票后修改相关数据文件;5)、修改航班信息:-A recent working document: using c++ to do flight management system, function 1), input: you can input flight conditions (data can be stored in a data file, data structure, specific data from the set) 2), query: can query some routes (such as, enter the flight number, check arrival and departure times, arrival departure city, flight fares, fare discounts, to determine whether the full flight position) 3), reservations: (booking conditions there can be a data file , the structure of their set) 4), refund: refundable, refundable after the revision of relevant data files 5), modify the flight information:
|