Airline Reservation System Using C++
Submitted by razormist on Tuesday, September 8, 2020 - 17:27.
Language
Project Title: Airline Reservation System
Airline Reservation System with Source Code is a C++ program that can book and cancel a flight reservation. The purpose of this system is to make the transaction of booking a flight faster and reliable to customer time managing. This simple system was created using only C++ language.
The program is a simple console application where it can be very useful to those who need to organize a reservation of seats in an airline business. The system can lessen the workload of an employee and make it efficient to identify the customer departure time. The system is consist of only one user the client, he/she's the only one can book a flight, cancel a reservation and display the list of flights. The payment of booking a flight can be made through credit card, debit card, or any banking system.
Airline Reservation System Using C++ Features:
- Book Flight Menu This is where you can book a flight for a customer. You can also process the payment of the booked flight by paying through credit and debit card or any banking system.
- Cancel Flight Menu In here you can cancel a customer booked flight by entering a PNR no. The customer can get the refund for their cancelled booking ticket.
- Check Ticket Menu From here you can view the booked ticket of a customer and check the status of a flight whether the schedule of the departure time is nearly or far.
Airline Reservation System Installation:
- Extract the zip file.
- Open the extracted folder
- Locate the cpp file.
- Then open the file via codeblocks or any IDE's that can run C++ file.
- Then click run and buld.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 3699 views