Skip to content

sanchit034/Contact-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Console based Contact Management System

About

It stores the personal information that is name and mutliple contact for a single contact name. User can add or delete the contact. Conatact can be searched either by name or mobile number. All the contact can be displayed or deleted in single click. I have used many functions in this contact managing application. These functions are easy to understand as their name only signifies their respective operations.

Functions Used

contact* addContact() - Used to add the contacts.
void display() - Used to display all the contacts.
contact* delContact(string) - Used to delete the contact.
void searchContactByName(string - Used for searching the contact by name.
void searchContactByNumber(string) - Used to seach a mobile number in contact list.
contact* clearContactList() - For deleting all the saved contacts.

contact is class used to create application.

Releases

No releases published

Packages

No packages published

Languages