This is a menu-driven airline ticket booking system implemented in C++. The program runs in the terminal and allows users to book airline tickets by providing their details.
- User-friendly terminal interface.
- Menu-driven system for easy navigation.
- Allows users to input their details, including name, age, contact information.
- Validates user inputs to ensure data accuracy.
- Displays available flights and seat options.
- Calculates and displays the total fare based on the user's preferences.
- Option to cancel a booking.
- Data is stored locally in text files for reference.
- Clone the repository to your local machine.
- Compile the C++ program using your preferred compiler.
- Run the executable in your terminal.
- Follow the on-screen instructions to book your ticket.