C++: Read file content into string
Sometimes you have to do something silly such as reading the entire contents of a file into a …
Continue ReadingSometimes you have to do something silly such as reading the entire contents of a file into a …
Continue ReadingIn this very short blog post I’d just like to help everyone who finds themselves in a …
Continue ReadingCMake has evolved to become quite a beast. It contains a multitude of features which often stay …
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 Reading