A Console-based C++ digital diary application with enhanced features of User Login System, notes, contacts and tasks storage.
- User registration and login
- Console based colors
- Auto date and timestamp
- Add new diary entries
- View saved entries
- Delete specific entries
- Delete all entries
- Persistent storage using text files
- C++
- File handling (ifstream, ofstream)
- STL (map, string)
- Compile the
main.cppfile using any C++ compiler. - Run the executable.
- Register or log in to start using the diary.
Digital-Diary/
- digitaldiary
- diigidiary_final.cpp (main.cpp)
- flowchart.txt -README.md
Aisha Tabsum Developed as a C++ console project for my 1st semester.