As eminent by its name that it should be an ordinary personal diary but in reality it is not. This program is very useful for many professional persons for instance.
- It is quite useful for doctors. Doctors can use it for taking appointments and also they can keep the record of his patients as long as he can.
- The travelers also use it for their purposes, what is their next plan? Where they have to go further? And also they can save their memories of the journey etc, for instances.
Features of Program
Following are the features of the program:
- The most important feature is that it is the password protected.
- This program has a capability of storing unlimited (depends on the memory) records.
- The user can also take a look on his records.
PROGRAM OUTPUT / SCREEN SHOT :
Creating .EXE file :
gcc exit1.c main.c menu.c password.c read.c write.c -o Diary
Program Output :
Login Error : Login Success: Main Menu : Write : Read : Exit :APPENDIX (SOURCE CODE) :
Personal Diary Management System
Username : azmi
Password : azmi@#
1.Menu - menu()
2.Data Input - password(),write(),read()
3.If else - main()
4.Loops - while loop in read()
5.User defined - password(),menu(),write(),read(),exit()
6.Output - write()
7.Save to file - write()
8.Output screen - write(),read()
Useful function
strcmp() fflush(stdin) system("cls")
This project is made by meAzizul- Abedin-Azmi, Rafid-Mubarrat & Easrat-Jahan-Afrina.