C++ Tools Taking CMake for a spin Another page on the battle of build systems, I am now moving on to CMake, after giving SCons a try. The ryppl project by Dave Abrahams et al to give the C++ community
Tools DirectX to OpenGL Just saw this on Slashdot: Valve Open Sources Their DirectX To OpenGL Layer. Looks like great news for game developers. Now I wish we had something to do the conversion in the other direction
C++ Tools NuGet for c++ I'll be keeping an eye on NuGet. It sounds like it can be usefull. According to wikipedia, "NuGet is a free and open source package manager for the .NET Framework.(...)NuGet can be used
C++ Tools Examples Enabling C++11 in Qt Creator I'm trying Qt Creator out, and had some dificulty figuring out how to enable C++11 support. After all, the best way to lear how to use the new features is to, well, to
Tools Battle of the Build Systems - GNU Make Following my previous post where I described what I was looking for in a build system, here I take a look at GNU make, and why I'm not using it. GNU Make
Tools Battle of the build systems I wonder if this whole post is just me being too picky with something so often dismissed as an after thought. What build system to use? There certainly are no shortage of choices,