Laboratory Project in Object-Oriented Programming
An activity log that stores what has been done throughout the day. It features a class representing activities with descriptions, start and end times, and a registry class that collects activities based on the day. The project also includes unit testing and a user interface using wxWidgets.