Monthly Archives: December 2007

Building Boost from SVN trunk with Visual Studio 2008 (x86 & x64)

Welcome to the bleeding edge. Just switched to Visual Studio 2008, and you need Boost for your project? Then read on to see how you can build Boost from trunk with VC9 (actually, this also applies to VC8, and possibly … Continue reading

Posted in Programming | Tagged , , | 5 Comments

C++ background: Static, reinterpret and C-Style casts

Ever wondered why C-Style casts and reinterpret_cast casts are considered evil? Let’s take an in-depth look at what goes wrong with them.

Posted in Programming | Tagged , | 1 Comment

Netbeans and SVN over SSH

If you are using Netbeans and you connect to your SVN server over SSH, you’ll get some “file not found error” if you try to access it from Netbeans. In order to get it working, you need to have an … Continue reading

Posted in Programming | Tagged , , | Leave a comment