This contacts-management-dot-cpp is a contact management system (CMS) - a C++ application that allows users to manage their contacts, including both personal and office contacts. It provides features such as adding, listing, searching, editing, and deleting contacts. This project is a simple console-based application designed for personal contact management.
-
Add a New Contact: Add a new contact with personal details.
-
List All Contacts: Display a list of all saved contacts.
-
Search for Contact: Search for a contact by name.
-
Edit a Contact: Update contact information, including phone numbers.
-
Delete a Contact: Remove a contact from the system.
-
Add a New Office Contact: Add a new contact with office-related details.
-
List All Office Contacts: Display a list of all office contacts.
-
Delete an Office Contact: Remove an office contact from the system.
- C++ compiler (e.g., g++)
-
Clone this repository:
git clone https://github.com/NNBSTRIKERS/contacts-management-dot-cpp.git