Create a windows program that can be used to add items to a list of airline flights. Each flight shouldhave an Airline, flight number, departure and destination city, and departure time. The class Flight must have aa function that has a char* parameter which returns complete description.
Create a child window of the main window that displays airline, departure and destination time each flight in the list.