Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moaraby/contactapp
https://github.com/moaraby/contactapp
cpp crud data-structures linked-list
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moaraby/contactapp
- Owner: MoARABY
- Created: 2024-02-26T13:10:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T13:12:56.000Z (11 months ago)
- Last Synced: 2024-11-08T18:16:50.256Z (2 months ago)
- Topics: cpp, crud, data-structures, linked-list
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: