You are on page 1of 1

One of the best C programming language projects, mini project in C Personal Diary

Management System 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.

This mini project on Personal Diary Management in C is compiled in Code::Blocks IDE


using GCC compiler. It is complete and totally error-free.

The source code for this project is a bit long – over 1000 lines. So, I didn’t
display the source code here. You can directly download the source code plus
application file from the link below.

Download Mini Project in C Personal Diary Management System with Source Code
[sociallocker]

Download Mini Project in C Personal Diary Management System with Source Code

[/sociallocker]

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 duration of task, name, 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:

int password() – contains/manages/handles password protection


void addrecord() – to add new diary record
void viewrecord() – to view added record in list
void editrecord() – to modify and update an added record
void editpassword() – to modify/change a password
void deleterecord() – to delete or remove a record permanently from system file
In this project, you need to enter a password to view, edit or delete record.
Password is not required to view the main menu or to add record. We have used
password in other mini projects in Code with C; what’s little different in this
project is that you can edit the password within the application i.e., after
executing or upon running the project.

Your password is currently ‘Enter’ for this mini project. Don’t type e-n-t-e-r.
Press the Enter key!

Output Screenshots:
Mini Project in C Personal Diary Management System - Main Menu
Diary Menu
Adding Records in Personal Diary
Add Record
Mini Project on Personal Diary in C - View List
View Record
Password for Personal Diary Management System
Edit Password

You might also like