An open API service indexing awesome lists of open source software.

https://github.com/devprnvk/flighttrackersystem

a simple console-based Airline Information System implemented in C. The program allows users to view a table of flights, display detailed information about a specific flight by ID, and explore a table of airports and their countries. Feel free to explore, modify, and enhance the code for your learning and project needs.
https://github.com/devprnvk/flighttrackersystem

airline c data-structures low-level-programming management memory-allocation reservation-system

Last synced: 11 months ago
JSON representation

a simple console-based Airline Information System implemented in C. The program allows users to view a table of flights, display detailed information about a specific flight by ID, and explore a table of airports and their countries. Feel free to explore, modify, and enhance the code for your learning and project needs.

Awesome Lists containing this project

README

          

# FlightTrackerSystem
A simple console-based Airline Information System implemented in C. The program allows users to view a table of flights, display detailed information about a specific flight by ID, and explore a table of airports and their countries. Feel free to explore, modify, and enhance the code for your learning and project needs.

[How to Use](#how-to-use)

![image](https://github.com/Pnkale123/AirportTrackerSystem/assets/65419691/a9095448-ec50-4b3f-8069-5691d1a4ab85)

## How to Use
1. Clone this repository to your local machine.
2. Compile the C files.
```bash
make
4. Use Flights of Your Choosing
```bash
./main flights/flight-{1..9}.txt
5. Enter "Help Commands" or "Quit"

## License

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are not permitted without the prior written consent of Pranav Kale