MoARABY / contactApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Management App using C++

Overview

This is a simple contact management console application written in C++ using single linked list. It provides basic CRUD (Create, Read, Update, Delete) functionality to manage a list of contacts. Users can add new contacts, update existing ones, delete contacts, and view the list of contacts.

Features

- Add new contacts with their name, phone number - Update existing contacts' information such as phone number - Delete contacts from the list. - Display the list of contacts with their details.

Requirements

- C++ compiler (supporting C++11 or higher)

Installation

1. Clone the repository to your local machine: 2. Navigate to the project directory: 3. Compile the source code:

About


Languages

Language:C++ 100.0%