A simple console-based application to manage a phonebook. It allows users to add, search, update, and delete contacts efficiently.
- Add new contacts
- View all contacts
- Search contacts by name or number
- Update existing contact details
- Delete contacts
- Save and load data from file
- C++
- File Handling
-
Clone or download the repository.
-
Open the project in any C++ IDE or compile using terminal:
g++ phonebook.cpp -o phonebook ./phonebook
Phonebook-Management/
├── phonebook.cpp
├── README.md
└── data.txt (optional for storing contacts)
- GUI version of the system
- Sorting contacts alphabetically
- Export/import contacts in CSV format
Prashant Kumar