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.