Question: simple C++ phonebook application program. the requirements for the application. read the contact information from a given input file (phonebook.txt) into an array of Contact

simple C++ phonebook application program. the requirements for the application.

read the contact information from a given input file (phonebook.txt) into an array of Contact objects. Each line of the input line includes name and phone information of a contact.

Allow to perform operations on array of data such as search for a person, create a new contact or delete an existing contact.

Make sure to implement at least one operator overloading and friend function in the solution.

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!