Project Title
Simple Reminder App (GUI in C++ Builder)
π¨βπ» Student Information Name Ridhikanta Sarkar Sumit Student ID IT24045 Course Code ICT-1200 Instructor Dr. Mr. Ziaur Rahman Date [14-10-25]
π Project Overview
This is a simple Reminder Application developed using C++ Builder in RAD Studio 13. It allows users to add, view, and delete reminders through an easy-to-use graphical user interface (GUI).
The app helps users remember important tasks or events by storing reminders with a title, date, and optional description.
βοΈ Technologies Used Language: C++ IDE: RAD Studio 13 (C++ Builder) Framework: VCL (Visual Component Library) Platform: Windows (Desktop GUI)
π Conclusion
This Reminder App demonstrates the use of event-driven programming in C++ Builder and GUI design using RAD Studio. It strengthened understanding of form components, event handling, and data persistence in desktop applications.