Question: help me this question is C++ Create an object-oriented program that allows you to manage a task list thats stored in a text file. Task_list.txt

help me this question is C++

Create an object-oriented program that allows you to manage a task list thats stored in a text file. help me this question is C++ Create an object-oriented program that allows

you to manage a task list thats stored in a text file.

Task_list.txt (separate by tab)

Get bike fixed 1 Call your mom 1 Buy toothbrush 0 Do homework 0

Task List COMMANDS v View pending tasks a - Add a task C- Complete a task h - History of completed tasks x- Exit Command: v 1. Buy toothbrush 2. Do homework Command: C Number: 2 Command: a Description: Pay Bills Command: v 1. Buy toothbrush 2. Pay Bills Command: h 1. Get bike fixed (DONE!) 2. Call your mom (DONE!) 3. Do homework (DONE!) Command: x Bye! Specifications Use a Task class to store the description of the task and whether it has been completed. Include an insertion operator (

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!