Skip to content

It is project that provides an address management system implemented in C++. This system allows users to store and manage their contacts' information such as their first and last names, house and address, landmark, city, and contact numbers.

Notifications You must be signed in to change notification settings

justmirr/cpp-address-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

User Address Book

User Address Book is a command-line application that allows you to store and manage your contacts' information. You can add new contacts, display all existing contacts, edit the information of an existing contact, search for a contact, or delete a contact.

Prerequisites

Before running the program, you must have the following software installed on your system:

C++ compiler, such as GCC or Clang Git (optional)

Installation

To install User Address Book, follow these steps:

  1. Clone the GitHub repository: git clone https://github.com/your-username/user-address-book.git Alternatively, you can download the ZIP file and extract it to a directory of your choice.

  2. Compile the source code: g++ user-address-book.cpp -o user-address-book You can use a different compiler or change the output filename if you prefer.

  3. Run the program: ./user-address-book

Usage

When you run User Address Book, you will see a menu with several options:

  1. Add a new contact: Enter the details of a new contact, such as their first name, last name, address, and phone number.
  2. Display all contacts: View a list of all existing contacts, along with their details.
  3. Edit a contact: Modify the information of an existing contact by specifying their first and last name.
  4. Search address book: Find a contact by entering their first or last name.
  5. Delete a contact: Remove a contact from the address book by specifying their first and last name.
  6. Exit: Quit the program. You can choose an option by entering the corresponding number. The program will guide you through the process and provide feedback on your actions.

About

It is project that provides an address management system implemented in C++. This system allows users to store and manage their contacts' information such as their first and last names, house and address, landmark, city, and contact numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages