By Tanmay Ahuja
In this project, users can add a new phone record, display existing phone records, search a particular phone record and delete phone records using C++.
Phonebook Management System is a C++ project which can be used to perform various operations and store the phone record of people that too without SQL(database) i.e. only using C++. I have used only 4 header files i.e. – conio, stdio, alloc and string. With the help of this C++ code a person can do the following 5 main operations:
1. Add phone record
2. Search phone records
3. Show phone records
4. Modify phone record
5. Delete phone record
In order to test this project, you can download the code attached and run it successfully.
Submitted by Tanmay Ahuja (tanmay140)
Download packets of source code on Coders Packet
Comments