Tuesday, March 10, 2015

Mini Project in C Contact Management System

Mini Project in C Contact Management System is a simple console application without graphics. It is similar to the contact manager in cell phones. In this  project, you can add, view, edit, search and delete contacts. All added and edited records are saved in a file.

You can list contacts by name, phone no., address and email. File handling has been used to record all data. I have used data structure to store the user name, email and contact. Overall, understanding the simple source code of this project will teach you how to add, edit, search, list and remove data using file.
The source code for contact management system project in C is complete and totally error-free. It is short and simple – just over 200 lines. You can download the source code and application file from the link below and compile it in Code::Blocks IDE.

About Contact Management System in C:

File handling, data structure, functions, and pointers are the main things which make up this simple C mini project. The key features of contact management system are listed below:
  • Add new contacts
  • List all contacts
  • Search contacts
  • Edit contacts
  • Delete contacts
This project is somewhat similar to the Phonebook application mini project we published earlier. Both of these mini projects use file handling and data structures. They are built just as a console application suitable for beginners to learn and make simple mini projects.

No comments:

Post a Comment