Twitter updates
- #Mercurial 2.1 is out with lots of largefiles fixes. Thanks to #Unity3d for working hard on making it usable! 3 hours ago
- The C++ AMP specification is online: http://t.co/ndCMyTb3. I wonder if there will be a #AMP -> #OpenCL translator. 12 hours ago
- @codedivine Yes args C++ AMP :P 've been way to busy with OpenCL on AMD lately. 13 hours 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