Here are some things ive been coding for the past year:
A small game engine
Coming from a C background, I wanted to learn C++ since it's one of the core languages behind many of the major games developed today. With no prior knowledge of C++, this project has given me the opportunity to further explore and learn the language. I'm still actively working on it and continuing to improve my skills along the way.
Aside from working on this, ive made my implementation of an Array
Class for practice on how
std::array works. Its pretty nice
as its a static Array and it not dynamic, making it faster for small
sets to be accessed faster (an already made list)