Question: Using C++ Language. Design a Contact Management System by using Pointer/Struct variable including 5 function . The system can save, edit and delete contact list
Using C++ Language.
Design a Contact Management System by using Pointer/Struct variable including 5 function. The system can save, edit and delete contact list (Use contact.txt ). Use
void_addContact,
void_editContact,
void_removeContact,
void_searchContact,
void_displayContact,
The main display should be:

The output for display contact should be:

*Please put comment on each function.
| Contact Management System 1. Add Contact 2.Display Contact 3. Edit Contact 4.Delete Contact 5.Sign Out Enter Your Choice : | No First Name Last Name 1 Phone/Home Number | Email 1 Jhonny Smith 1234567890 jhonnysmith80@yahoo.com 2 Oliver Samuel 123456789 oliversam@yahoo.com
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
