Skip to content

This code is a phone book application. Users can add new contacts, search for existing ones, update, delete, and list them. Data is stored in a file and loaded when the application starts. Additionally, console screen and colors are used to provide a better interface for the user.

Notifications You must be signed in to change notification settings

Umutalb/PhoneBook

Repository files navigation

Phone Book Application

Overview: This application is a phone book management system written in C++ and developed using Visual Studio. It allows users to add, delete, update, and search contacts.

Features: Add new contacts Delete existing contacts Search for contacts by name Update contact information List all contacts

Technologies: C++ Visual Studio

How to Run: 1.Clone the repository from GitHub. 2.Navigate to the project directory. 3.Compile the main.cpp file using a C++ compiler. 4.Run the executable generated.

About

This code is a phone book application. Users can add new contacts, search for existing ones, update, delete, and list them. Data is stored in a file and loaded when the application starts. Additionally, console screen and colors are used to provide a better interface for the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages