C++ Task Scheduler
Intermediate
Automation
Medium
A CLI task scheduler that queues tasks with priority levels and processes them in order using a priority queue from the C++ STL.
Features
- Add tasks with a name and integer priority
- Process tasks in priority order using std::priority_queue
- Log each completed task to the console
- Display the pending main at any time
Project Roadmap
Follow these steps in order. Each one builds on the previous.
0% completed