This program is a class project for ENSF337. The goal of the program is to display visually the seating arrangement of a flight seat map. The program reads from a text file that has the flight's details, passenger's name, ID, and seat number and displays it. Other functionalities include being able to add new passengers and remove passengers as well as saving the data of the flight passenger's to a text file.
To use the program run and build the following files: proj.cpp, flight.cpp seat.cpp, and passenger.cpp.