Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 939 Bytes

File metadata and controls

49 lines (34 loc) · 939 Bytes

Phonebook Management System

Overview

A simple console-based application to manage a phonebook. It allows users to add, search, update, and delete contacts efficiently.

Features

  • Add new contacts
  • View all contacts
  • Search contacts by name or number
  • Update existing contact details
  • Delete contacts
  • Save and load data from file

Technologies Used

  • C++
  • File Handling

How to Run

  1. Clone or download the repository.

  2. Open the project in any C++ IDE or compile using terminal:

    g++ phonebook.cpp -o phonebook
    ./phonebook

Folder Structure

Phonebook-Management/
 ├── phonebook.cpp
 ├── README.md
 └── data.txt (optional for storing contacts)

Future Enhancements

  • GUI version of the system
  • Sorting contacts alphabetically
  • Export/import contacts in CSV format

Author

Prashant Kumar

Code is in seperate file names as phonebookmanagement.cpp