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.
- Host: GitHub
- URL: https://github.com/danbarajas/schedule-manager
- Owner: danbarajas
- Created: 2024-10-04T21:44:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T21:50:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T02:35:34.500Z (over 1 year ago)
- Topics: cpp, makefile, wip
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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