Question: **Use file IO to save the data to disk and retrieve it and then create html webpage to display the data** THIS IS A C++

**Use file IO to save the data to disk and retrieve it and then create html webpage to display the data**

THIS IS A C++ CODE

Create a command line TODO list program. Prompt your client. The first character/symbol they enter will be the command. Follow that with a space. Finally, enter the todo list item. Example: "+ Study for Final" (dont enter the quotes). This causes Study for Final to be entered into the TODO list with todays date. You will need to have the following fields at a minimum: TODO itself, date added, and TODO Identification number.

Constraints.

Use Object Oriented Programming.

Allow the user to enter tasks with a "+" symbol.

Allow the user to display all tasks.

Allow the user to remove a task with a "-" symbol (use an ID num-

ber to remove the TODO).

Save the item so it persists when the program is restarted.

You can either load the data into a dynamic array like you have

been doing in the last several programs OR you can store your

data on disk and use random access for the data.

Create a command symbol to quit the program.

Display the completed items separately.

Overload and operators (Counts as 1 bonus).

Display output as a web page so you can see it with a web browser

instead of the terminal.

Use recursion instead of a loop for some part of your program.

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!