Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayeshaashfaq12/airplane_seat_reservation_system
Airplane Seat Reservation System is a 2D console based business application that allows an airplane to reserve their seats.
https://github.com/ayeshaashfaq12/airplane_seat_reservation_system
airplane-reservation-system cpp cpp-programming management-system reservation-system seat-reservation software
Last synced: 16 days ago
JSON representation
Airplane Seat Reservation System is a 2D console based business application that allows an airplane to reserve their seats.
- Host: GitHub
- URL: https://github.com/ayeshaashfaq12/airplane_seat_reservation_system
- Owner: AyeshaAshfaq12
- Created: 2023-01-23T18:30:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T07:11:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T23:11:47.552Z (3 months ago)
- Topics: airplane-reservation-system, cpp, cpp-programming, management-system, reservation-system, seat-reservation, software
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Airplane Seat Reservation System
2D Console Based Business Application
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.
### Advantages
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### C++ Libraries used
Libraries of C++ used in development of this system:- iostream
- conio.h
- windows.h
- stdlib.h
- string
- fstream
### Technology Stack
Follwing technologies have been used in development of this system:- C++
### GUI
Some GUI Images