[SOLVED] ADS Project 3-Airline ticket reservation

30.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon ADS_Airport-einbbs.zip (174.6 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
Rate this product

Write a simple airline ticket reservation program. The 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 flights. Create a linked list of flights with each node including a pointer to a linked list of passengers.

2 Guidelines

You should implement and use linked list class (the option of using a list class from STL is acceptable, though discouraged)

3 What to turn in

You will turn in

– a short written report containing: – Adescriptionofthesignificantchoices/issuesinthedesignofyourcode.

– Listingofyourexperiments,showcasingthecapabilitiesoftheprogram. – The sourcecode of your program.

You may turn in the document via elearning.e-uvt.ro (Class moodle).

1

4 Coding standards

A percentage of your grade will be based on the quality of your code, so pay attention to it. Discuss changes (if any) you made to programs presented in class. Take extra care in documenting the code you are implementing on your own. Properly modularize the code (for instance implement separate functions for significant parts of the program).

  • ADS_Airport-einbbs.zip