A simple Contact Book application written in C++ using modern C++ features and STL.
This project uses CMake for building and is compatible with Visual Studio.
- Add a new contact (Name, Phone, Email)
- View all contacts
- Search for a contact by name
- Delete a contact by name
- Sort contacts by name
- Clone the repository
- Create a build directory: mkdir build cd build
- Generate project files with CMake cmake ..
- Open the generated solution in Visual Studio and build
- Run the program and follow the console menu to manage contacts.