Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.29 KB

File metadata and controls

24 lines (15 loc) · 1.29 KB

Flight-Booking-Management-System

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.

Features

  • Search for available flights by destination or date.
  • Book and manage flight tickets.
  • View booking details.
  • Console-based interface with error handling.

Screenshots

Booking Interface

Register Flight

Register Flight

Flight Search

Cancel Flight

Cancel Flight

Exit