Skip to content

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

Notifications You must be signed in to change notification settings

davidm-g/Schedule-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 | [email protected]

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published