CMS using linked list with graphics in c language
⦁ In this project, we 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., and email. ⦁ File handling has been used to record all data. ⦁ Graphics user interface has been created thus making user friendly. ⦁ We have used single linked list data structure to store the user name, email and contact. ⦁ File handling, data structure, functions, and pointers are the main things which make up this project. ⦁ It can used to store all the contacts and retrieve them whenever required.
Operations:
⦁ Add new contact - with information such as name, phone number, and email. ⦁ Delete contact - deletes contacts from file by specifying the unique account number. ⦁ List all contacts - lists all the contacts stored in file with their respective contact details ⦁ Modify contact - edit information given while adding the contacts name, phone number, and email. ⦁ Find contact - based on contact number.