A series of projects demonstrating various strengths of C++ and Python, as well as integrating them.
Clock Project
Shows the ability to create objects from a class to complete similar yet different tasks.
Demonstrates handling input and drawing to the screen two clocks, one of 12-hour format, the other 24-hour format.
Interest Calculator
This project again shows creating a class to complete a task. This application shows calculating compounded interrest with and without additional monthly deposits.
Inventory thing
This project shows the usefulness of integrating python with C++ code to complete various taks.