Skip to content

preenu91/Contact-Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContactBook C++ Project

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.

Features

  • 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
  1. Clone the repository
  2. Create a build directory: mkdir build cd build
  3. Generate project files with CMake cmake ..
  4. Open the generated solution in Visual Studio and build
  5. Run the program and follow the console menu to manage contacts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published