Airplane Reservation System
System for managing airplane reservations solely through CLI.
Overview
This project is a system for managing airplane reservations solely through CLI
. It is a project for my Object Oriented Programming class. The project is solely written in C
.
Features
This system has both Admin
and User
modes.
- Admin Mode
- Add airplanes as well as their capacity, source, and destination.
- Remove airplanes
- Modify airplanes
- Add flights as well as their boarding and dropping time.
- Remove flights
- Modify flights
- Add reservations
- Remove reservations
- Modify reservations
- User Mode
- Make reservations
- View reservations
How to Run?
Follow the steps mentioned in How to run it?
section of this document. Also we’ve released a tutorial video on how to run it here.
Note: The code can be found here