The C++ Contact Management System is a console-based application designed to efficiently manage contacts. It provides functionalities like adding, viewing, searching, editing, and deleting contacts. This system is built using C++, offering a lightweight and fast solution for contact management.
-
Save Contact: Store contact information including name, phone number, email, and address.
-
Show All Contacts: Display a list of all contacts with their details.
-
Search Contact: Search for a specific contact by name or other attributes.
-
Edit Contact: Modify contact details such as phone numbers, emails, and addresses.
-
Delete Contact: Remove unwanted contacts from the system.
-
Exit Option: Easily exit from the system by pressing any key.
Contributions are welcome! Feel free to open issues to enhance the Contact Management System implemented in C++.
This project is licensed under the GNU GPL License.