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.
- Host: GitHub
- URL: https://github.com/devprnvk/flighttrackersystem
- Owner: devprnvk
- Created: 2024-02-19T04:27:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T20:08:06.000Z (over 1 year ago)
- Last Synced: 2025-01-31T12:30:06.458Z (about 1 year ago)
- Topics: airline, c, data-structures, low-level-programming, management, memory-allocation, reservation-system
- Language: C
- Homepage:
- Size: 431 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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