Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm not entirely sure how to begin this problem. If anyone could assist me, it would be greatly appreciated. Write an address book program that

I'm not entirely sure how to begin this problem. If anyone could assist me, it would be greatly appreciated. Write an address book program that will accomplish the following:

Read name and address data from the user either from the keyboard or from a file.

While reading the names and addresses, put the names into an appropriate data structure.

After reading names and addresses, allow user to search for names and change the names or addresses in the container data structure.

Allow user to write out the container data structure to a comma delimited file, this file is different from the input file.

The input file will have the following form, 1 line for the name the next line for the address:

name

address

name

address

Use features of c++ that you have learned so far, such as classes, and dynamic data structures. You may not use the STL data structures. Your program will also be evaluated regarding readability and structure (functions, and methods).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Neo4j

Authors: Gregory Jordan

1st Edition

1484200225, 9781484200223

More Books

Students also viewed these Databases questions