Skip to content

In the modern world, airlines are just another means of travel. We book flights, make the journey, enjoy our time and return home. But the core proceedings of the process are often neglected. The flight booking step itself contains a lot of hidden checkpoints. This project, “Airlines Booking System” aims to highlight the end to end workings of t…

License

Notifications You must be signed in to change notification settings

JackFrostDJ/Airlines_Reservation_System

Repository files navigation

Airlines_Reservation_System

In the modern world, airlines are just another means of travel. We book flights, make the journey, enjoy our time and return home. But the core proceedings of the process are often neglected. The flight booking step itself contains a lot of hidden checkpoints.

This project, “Airlines Booking System” aims to highlight the end to end workings of this process and to display the complexity of the system. This knowledge when imbued in individuals, will give them appreciation as well as understanding of the workings of simple commonplace things that are usually taken for granted.

Header Files Used

#include<iostream.h>
#include<iomanip.h>
#include<conio.h>
#include<string.h>
#include<fstream.h>
#include<stdlib.h>
#include<dos.h>
#include<process.h>

Concepts Used

• File Handling
• Classes
• Encapsulation
• Polymorphism
• Structures
• Lists
• String Handling
• Loops
• Labels

About

In the modern world, airlines are just another means of travel. We book flights, make the journey, enjoy our time and return home. But the core proceedings of the process are often neglected. The flight booking step itself contains a lot of hidden checkpoints. This project, “Airlines Booking System” aims to highlight the end to end workings of t…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages