Need to write a program/application in C++/C# to simulate this process
Task: airport management, there should be dispatchers who control the landing and takeoff of airplanes, airport and terminals.
Permission from the dispatcher for the takeoff of the plane and transmission of information about the available runways for landing. Tracking to avoid airplane collisions.
Several airplanes (minimum 2)
Several runways
Several terminals
Create a text file with information about landing/takeoff times, departure and destination.
Need to create an application for tracking airplanes, their arrival, departure, number of passengers on the plane, time of passenger disembarkation from the plane, time of passenger boarding the plane.
And the request for takeoff/landing can even be taken from the internet, from real websites with information about takeoff/landing and departure/destination.