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
Get step-by-step solutions from verified subject matter experts
