Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.17 KB

Contact Management System

contacts-management-dot-cpp

Description

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.

Features

  • 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.

Getting Started

Prerequisites

  • C++ compiler (e.g., g++)

Installation

  1. Clone this repository:

    git clone https://github.com/NNBSTRIKERS/contacts-management-dot-cpp.git