This program is designed to to act as a simple planner for a small number of users. Reminders are stored in monthly databases, each represented by a text file. Users can look up, add, and delete events from the planner through a user interface.
In creating this software, I sought to improve my understanding of C++. In particular, I sought to improve my understanding of libraries, classes, and the use of header and source files.
Please use this link to watch a demonstration of this program: Software Demo Video
This program was largely developed using Visual Studio Community 2022, v. 17.0.1.
It was developed in the C++ programming language, and used the Standard Template Library as well as following libraries and files:
- memory
- string
- iostream
- fstream
- list
- map
- ctime
- algorithm
- limits
- Connect the program to a SQL database to incorporate database management services
- Expand the Reminder class, allowing users to store and manipulate more data
- Add updates to the user interface, including adding a GUI and improved operability