Question: You are required to write code for simple buss reservation system. You have to create 3 structures named Buss, Route and Reservation. Buss structure will
You are required to write code for simple buss reservation system. You have to create 3 structures named Buss, Route and Reservation. Buss structure will have its member like buss number, driver name and the route of the buss. Remember you have to use the object of Route in the buss structure for the routes of buss. Route structure will have only 3 members like from, to and fare. Reservation structure will be used for the reservation of seats in the buss. So its members are the Buss, customer name and bill.
Now you are required to make an array of structure Buss and Reservation and implement the following functions
1. addBuss();
2. displayBussess();
3. deleteBuss();
4. reserveBuss();
5. showReservations();
6. writeDataToFile(); //
7. loadDataFromFile();
Note: we have to write C++ program according to above conditions, it's urgent please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
