Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moaraby/contactapp


https://github.com/moaraby/contactapp

cpp crud data-structures linked-list

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

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: