/FlightBooker_

console application for booking airline tickets.

Primary LanguageC++

FlightBooker_

A C++ console application for booking airline tickets. The application provides the functionality to store and retrieve flight information. As well as information about the client. A User is able to enter the origin and destination of the flight, as well as information regarding the type of trip and travel dates. The application generates multiple flight itineraries to the specified travel route, formats and displays the itinerary to the user.

Optionally the user can sort flight itineraries from Highest to lowest price and vise versa, as well as Duration of the flight. Once a flight is selected by the user a trip summary is created with the selected flight itinerary with the total trip cost.