Skip to content

A simple, text-based task manager built in C++. Part of my learning in growth to learn more and develop more C++ skills

Notifications You must be signed in to change notification settings

AravArora05/task-manager-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ CLI Task Manager

A simple command-line tool to manage your daily tasks. I built this to practice file handling, vectors, and separating code into multiple files in C++.

Features

  • Add Tasks: Quickly add new items to your to-do list.
  • View List: See all current tasks with their status (Completed/Not Completed).
  • Mark as Done: Update the status of tasks when you finish them.
  • Auto-Save: Tasks are automatically saved to tasks.txt upon exit and loaded when you start the program.

1. Compile

Since the project is split into multiple files, compile it using:

g++ main.cpp tasks.cpp -o todo

About

A simple, text-based task manager built in C++. Part of my learning in growth to learn more and develop more C++ skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages