An open API service indexing awesome lists of open source software.

https://github.com/danbarajas/schedule-manager

Multi-class C++ project used to organized college class schedules on a calendar.
https://github.com/danbarajas/schedule-manager

cpp makefile wip

Last synced: over 1 year ago
JSON representation

Multi-class C++ project used to organized college class schedules on a calendar.

Awesome Lists containing this project

README

          

# Schedule Manager

Multi-class C++ project that allows user input of class and other information to be organized by the program. All inputted data is automatically recorded by the program and can be read back to the user on command.

## Techniques Used
- C/C++
- makefile builds
- Class inheritance
- Compatibility between multiple different classes
- Reading and writing to files