Afonso Domingues
Tomás Marques
A C++ program to manage and access CSV schedule related files!
Project done in the Algorithms and Data Structures class of the 2nd year of L.EIC course.
1 - Install CMake: CMake Software Build System
2 - Clone this repository
git clone https://github.com/davidm-g/Schedule-Management-System.git
3 - Navigate to the main directory and run cmake .
to generate the Makefile
cd Schedule-Management-System
cmake .
4 - make
to build the project
make
5 - Now you can run the schedule manager program!
./manager
Instructions: Project Description
Made by David Gonçalves | [email protected]