Airplane Seat Reservation System is a 2D console based business application that allows an airplane to reserve their seats. It asks the passenger in which class he/she wants to reserve seat, then the system asks about the seat passenger wants to rreserve. Then, it checks wether the seat is available or not. If seat is available then it gets reserved. If seat is not available, then it will ask the customer to select another seat. Admin can also see which seats are reserved and which are available.
The advantages of system can be pinpointed to the following:
- Time-saving Technology
- Improved Efficiency by avoiding human errors
- Reduces scope for Error
- Data security and correct data retrieval made possible
- Cost effective and easily manageable
- Easy access to patient data
- Improved patient care made possible
- Reduces the work of documentation
- Can store information in an effective manner
Libraries of C++ used in development of this system:
- iostream
- conio.h
- windows.h
- stdlib.h
- string
- fstream
Follwing technologies have been used in development of this system:
- C++
Some GUI Images