C++: Parsing length prefixed strings
Most programmers are fairly familiar with null-terminated strings: A sequence of characters that is …
Continue ReadingMost programmers are fairly familiar with null-terminated strings: A sequence of characters that is …
Continue ReadingSometimes you have to do something silly such as reading the entire contents of a file into a …
Continue ReadingToday I proudly present a GoCD CMake Task plugin that i’ve just released! → …
Continue ReadingWorking on a project mixing C++ and Java, I was in need to pass a raw C++ float array back to Java. …
Continue ReadingFor one of our projects at Simulton, we were in need of adding a ribbon to the user interface. The …
Continue Reading