Twitter updates
- @repi Sounds great, I guess that should also help to make the games more stable on PC. Wonder what perf difference you see, if any? 15 hours ago
- @aras_p Happy birthday! The link you attached seems to be broken though. 1 day ago
Development
Graphics
Calendar
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
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.
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