A console-based Task Management System built using C++, designed to demonstrate strong object-oriented programming, clean code structure, and real-world problem-solving skills.
- Add new tasks with priority
- View all tasks
- Mark tasks as completed
- Delete tasks
- Clean and modular code structure
- Language: C++ (C++17)
- Concepts:
- Object-Oriented Programming
- STL (
vector) - Header / Source file separation
- Encapsulation & const correctness