Programs I've built

Some of the more complete programs that I've made. Among other smaller command-line projects.

Command-line file explorer, returning file directories matching an entry string.
Presenting further options for editing file properties
such as renaming, moving file location & viewing file data.


C++ Program to register a user account to an SQL Server database.
Uses Open Database Connectivity for linking the database with the program.
I created an environment for querying the database in a C++ program then working with the returns.

2D Physics

Ongoing development, 2D physics simulation which shows the effects of gravity & restitution on objects. Uses glfw for 2d rendering.