Question: Problem: (Program to be written in C++) Write a program that uses a list of string to keep track of a list of chores that

Problem: (Program to be written in C++) Write a program that uses a list of string to keep track of a list of chores that you have to accomplish today. Your program should perform several tasks in the following order:

1. obtain a initial list of chores that you plan to accomplish today from a input file.

2. display how many items on the list.

3. print the list of chores to the screen.

4. delete those items you are not going to accomplish or you have already accomplished today and then print the list again. (Ask the user for which items the user wants to delete)

5. add some items which are not on the list but you need to accomplish today. (Ask the user to add the new items)

6. display the list of chores to the screen again.

Use a linked based list to write the program.

Use two functions in this project: one is to get the initial list from an input file; the other is to print the list to the screen.

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!