Labs 1 and 2

Lab 1 (5 points)

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.

Lab 2 (5 points)

Create a child window of the main window that displays airline, departure and destination time each flight in the list.