Skip to content

Prashant-yadv/Phonebook-Management.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

This Project is about the contacts of our mobile phone how can we adjust our contacts in a series order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages