Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karthikeyaspace/task-manager-cpp


https://github.com/karthikeyaspace/task-manager-cpp

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# to-do-cpp

A Task manager built using cpp

Features:
1. Queue using double linked list to store tasks
2. Stack using single linked list to store deleted tasks
3. prioritization of tasks
4. storing all the tasks in file when the program is stopped