Skip to content

MaliDipak/Diary-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diary Management System

Discription :-

_____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.



Authors :-


About Personal Diary Management System :-

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.

The basic user-defined functions used in this project are listed below :-

  • 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

Output Screenshots :-

Diary Menu :

20220117_173016

Add Record :

20220117_173107

View Record :

20220117_173154 20220117_173219

Delete Record :

20220117_173234

20220117_173259

About

Here, I have made a 'Personal Diary Management System' using C language. This is my fifth mini project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages