Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.37 KB

README.md

File metadata and controls

18 lines (9 loc) · 1.37 KB

Airport_Manager

A system implemented in C language. It reads data about airports (name, country and IATA code) and companies from txt/bin files(if exists). There are an options for adding flights and airports, sorting the flights using the C library function -"qsort" by time, date, origin IATA code of the airport or destination IATA code of the airport. In addition, In addition, you can search for a flight according to the parameter which they are sorted. The search is carried out using The C library function - "bsearch". Company details are printed using a variadic function.

1


2


3


4