A simple Contact Management Application built using C++. This application allows users to add, view, update, and delete contacts. It utilizes a command-line interface for interaction.
Add Contact: Add new contacts with details like name, phone number, and email address. View Contacts: Display a list of all stored contacts. Update Contact: Modify existing contact details. Delete Contact: Remove contacts from the list. Search Contacts: Search contacts by name or phone number.