A C++ project that simulates a flight booking management system. It allows users to search for flights, book tickets, manage bookings, and view details in an interactive console-based interface. It is basically a terminal based static project.
- Search for available flights by destination or date.
- Book and manage flight tickets.
- View booking details.
- Console-based interface with error handling.