This is a console-based To-Do List application built in C++ using struct
and vector
. It allows users to:
β
Add new tasks
β
View current tasks
β
Delete existing tasks
β
Mark tasks as completed β
β
Simple UI using console design
- Structured using
struct
for task objects - Used
vector
for dynamic task storage - Clean and simple menu-based navigation
- Mark tasks with a β symbol
- Fully functional input handling
1. => View Tasks 2. => Add Task
3. => Delete Task 4. => Mark Task
5. => Exit
##Screenshort
https://github.com/CodeVerseAnkit/todo-list-cpp/blob/main/Example.jpg
File Name | Purpose |
---|---|
To Do App.cxx |
Main code of the app (C++) |
- π± CxxDroid App (Mobile-based C++ IDE)
- βοΈ Hosted on GitHub
Ankit Kumar
B.Sc Computer Applications student | C++ Learner | Mobile Coder
π India
- Add file-saving feature
- Cross-platform desktop version
- GUI version using Qt or JavaFX
β If you like this project, consider giving it a star!