davidm-g / Schedule-Management-System

System that manages college students' schedules, made for L.EIC classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schedule Manager C++ Logo 

Project done in collaboration with:

Afonso Domingues
Tomás Marques

Grade: 18.9/20

Overview

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.

Installing and running the project:

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 | davidmgoncalves.pt@gmail.com

About

System that manages college students' schedules, made for L.EIC classes.


Languages

Language:C++ 97.6%Language:CMake 2.4%