_____Here, I have made a 'Personal Diary Management System' using C language. This is my fifth mini project.
_____This is my one of the best C programming language project, it is a console application without graphics. In this project, user can keep their personal record like they do in a diary. You can keep records of the important things you do in your daily life, like meetings and various other tasks.I have used file handling to keep the records.
_____This mini project on Personal Diary Management in C is compiled in VS Code IDE using GCC compiler. It is complete and totally error-free.
_____The source code for this project is a bit long – over 261 lines. You can directly download the source code plus application file from the link below.
In this console application, you can add, view, edit and delete records. Records can be added with many information such as address, time and date. File handling has been effectively used to keep the records.
- void addrecord() ----–> to add new diary record
- void viewrecord() ---–> to view added record in list
- void deleterecord() --> to delete or remove a record permanently from system file
- void delay(int) --------> to delay the running time