Question: USING C++ One of the things we rely on computers to do for us is to store information. We keep files, movies and music (all

USING C++ One of the things we rely on computers to do for us is to store information. We keep files, movies and music (all legally obtained of course...), and a host of data to help us keep organized. This week your challenge (the last one!) is to make a program that keeps a collection of lists. You'll manage a grocery, hardware store, and chore list all in the same program. You'll use files to store those lists so that they're somewhat permanent, and vectors to read those lists in to display for the user. Your list manager will minimally hit the following benchmarks:

Menus! (10 points)

Control the interface Select a list to edit Quit the program Allow users to add or remove items

Functions! (30 points)

Entering items to add to a list Deleting items from a list Menus

File Operations! (10 points)

Read and use files grocery hardware store chores

Loops! (20 points)

Add as many items as necessary Delete as many items as necessary Move between lists as often as my little heart desires

Vectors! (20 points)

Read items from files into vectors Add items to lists - who's length is unknown Delete selected items from lists Display lists in a way that makes sense to a user

Good User Design (20 points)

Make sure I know what's going on as the user. That means good user prompting, control of the outputs to the screen, clearing where necessary, and keeping the user engaged as they edit those lists! Previous

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!