task-manager
Description
Object Oriented Programming C++ a console based Manager to track Task [objects] by crossing them off list, adding new tasks and sorting them Uses a Singly List Structure to build system. Implemented a copy constructor to create exact copies of Tak list nodes each object with a different memory location
How to compile
g++ main.cpp -o program
How to run
./program
Features
- Task.h
- TaskList.h
- TaskList.cpp
- main.cpp
- makefile
Log in or sign up for Devpost to join the conversation.