assets/images/strandbeest.gif

Reinventing the Wheel

The C++ Standard Template Library is legendary. So why doesn't anyone use it?

12 May 2020 • Jarrett Wendt

Visiting Variant Vectors

The title isn't 100% accurate but I liked the alliteration.

20 May 2020 • Jarrett Wendt

Reimplementing Unity Coroutines in C++

Insert blerb about how all programs need to be multithreaded now, the slowdown of Moore's Law, all the cores on Ryzen CPUs, etc.

24 May 2020 • Jarrett Wendt
assets/images/darth_kermit.png

Reflection in C++

A little bit goes a long way.

05 Jun 2020 • Jarrett Wendt

Establishing a Hierarchy

Finally creating something familiar...

07 Jun 2020 • Jarrett Wendt

Binding to Python

Because C++ is scary.

30 Jun 2020 • Jarrett Wendt
assets/images/LinuxLogo.png

Porting to Linux

 

02 Jul 2020 • Jarrett Wendt
assets/images/CleanCode.webp

Needlessly Complex Code to Achieve Needlessly Clean Syntax

The story of my life in C++.

06 Jul 2020 • Jarrett Wendt

String Interning

More than just saving space.

11 Jul 2020 • Jarrett Wendt

Making My Own Smart Pointers

18 Jul 2020 • Jarrett Wendt

Memory Manager

Not exactly a Garbage Collector

24 Jul 2020 • Jarrett Wendt