Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages