A C++ calendar and scheduling application that helps users organize and view events, tasks, and schedules.
Designed to practice data structures, date/time handling, and user interaction in a console-based system.
- Create, view, and manage events
- Supports scheduling for tasks and appointments
- Stores events in an organized format
- Simple text-based user interface
- C++
- STL (vectors, maps, algorithms)
- File I/O for persistent storage
Compile and run with a C++ compiler:
g++ -std=c++17 *.cpp -o calendar_schedule
./calendar_schedule