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.

Download Starter Code

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

Helpful Resources

Starter Code

Loading starter code...