c++ Projects' Description (until arrays)
c++ Projects' Description (until arrays)
1. Healthcare Records
Management System
Patient Found:
Name: John Doe
Age: 30
Condition: Diabetes
Contact: 1234567890
_2_
2. To-Do List Manager
7. Task Completion:
○ Users can mark a task as completed, which
updates its status in the array.
8. Task Deletion:
○ Users can remove a task by specifying its index
or name.
○ The list should shift to prevent empty gaps in the
array.
10.Data Validation:
○ Ensure users cannot complete or delete a
non-existent task.
_3_
Bonus ● Allow users to assign categories like Work, Personal, or
Urgent. Maximum 10 categories.
● Add an option to remove all completed tasks at once.
● Let users change the name of a task without deleting it.
Your Tasks:
1. [-] Buy_groceries
Your Tasks:
1. [+] Buy groceries
_5_