The Contacts is a console application, a powerful command-line tool for managing your contacts. This application is built using C++ and leverages file handling and data structure concepts to provide efficient contact management.
-
File Handling and Data Structure: This application utilizes file handling and data structure concepts to efficiently manage your contacts.
-
Basic Operations: The main menu of this application offers essential contact management functions:
- Adding new contacts.
- Listing existing contacts.
- Modifying contact details.
- Searching for specific contacts.
- Deleting contact records.
- Graceful application exit.
-
Personal Information: When adding a new contact, you can input essential personal information, including Full Name, Contact Number, and Email.
-
Data Management: Contacts can be modified, listed, searched for, and deleted, enabling you to organize your contacts effectively.
This project was developed using Code::Blocks
If you prefer to access the project locally, follow these steps:
- Save the C++ code provided in a file with a .cpp extension, naming the file
Contacts.cpp
. - Open and run the application using the C++ compiler or integrated development environment (IDE) of your choice.
This project was developed by Md. Tahmid Sarker Mahi.