This project is a C-based database system for managing airline-related information, including airports, flights, passengers, and reservations.
First phase: 19.4 / 20 ★
Second phase: 20.0 / 20 ★
Run all commands from the trabalho-pratico directory.
cd trabalho-pratico
makeThis will compile the project and generate the executable.
To clean compiled files:
make cleanThe project supports three execution environments:
./programa-principal- Main program execution./programa-tests- Test suite execution./programa-interativo- Interactive mode execution
Each one is executed via the terminal, and if required arguments are missing or incorrectly provided, the program will display usage instructions directly in the terminal.
Images of the interactive program are available here.
Check here for the requirements (in Portuguese) of each phase.
Débora Caetano - @deboravcaetano
Matheus Azevedo - @matheusm18
Francisco Martins - @XicoMartins707