Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I want to solve this by linked stacks method Consider the following declarations of an airport flight control: Declare in your program a list of

I want to solve this by linked stacks methodimage text in transcribed

Consider the following declarations of an airport flight control: Declare in your program a list of FlightRec as: List flights ; Write a program to display the flights of the day. All data should be stored in a text file. Your program should do the following operations. (a) Allow the user to enter the current time. (b) Read the flights from a file. (c) Write the flights in the file. (d) Allow the user to enter a new flight. (e) Allow the user to delete (cancel) a flight - by entering the FlightNO. (f) Allow the user to modify the Time of a flight. (g) Allow the user to enter Delay in a flight. (h) Display all flights. (i) Display departures flights that they have not departure yet. (j) Display arrival flights that they have not arrived yet. (k) Sort flights by FlightNO. (I) Sort flights by Time. You must submit: - Your C++ project zipped in a file. The file should have your name (SurnameName), i.e. SavvaAndreas. - Test-data in a Word file

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions