Skip to content

A CLI Phone Directory written in C++ Using file handling

Notifications You must be signed in to change notification settings

Kushhhh-sh/Phonebook-System

Repository files navigation

Phonebook-System

  • A Command Line Interface Program to keep track of your contacts

  • The Program has following features:

    • Adding a new Contact
    • Removing an Existing contact
    • Searching for contacts with keywords
    • Editing an Existing contact
    • Displaying the List of contacts
  • All the contacts are stored in a text file named contact-list.txt

  • In order to use this program, you need to download the Source Code from Here.

  • After downloading, open the folder containing main.exe and all the other supporting files.

  • Open the folder in Terminal

  • If you are using Command Prompt, simply type main and hit Enter.

D:\Kush3\Desktop\College\GitHub\Phonebook-System>main
  • If you are in PowerShell, type .\main.exe and hit Enter.

PS D:\Kush3\Desktop\College\GitHub\Phonebook-System> .\main.exe

Note: The Program needs C++ Compiler in order to work..!!


The Program Looks Like


Main Page

main-page

Adding a Contact

insert1


insert1


Removing a Contact

remove


Searching a Contact

search


Editing a contact

edit edit2


Displaying the contact list

display