Twitter updates
- @exileous Download the CUDA 5 toolkit and take a look at the PTX 3.1 documentation :) 19 hours ago
Development
Graphics
Calendar
Monthly Archives: April 2008
Migrating from Boost 1.35 to TR1
Just porting some stuff over to TR1, here some things that you need to take care of: For easy migration, prefer to use the boost/tr1/ headers, as they provide a fall-back to Boost if TR1 is not available. std::tr1::function has … Continue reading
Visual C++ feature pack
Microsoft released the Visual C++ feature pack, which brings an updated MFC and — the best part — TR1 support to C++! No more looking for std::tr1::shared_ptr or std::tr1::unordered_set. Woho! Only problem is the installation currently fails if you are … Continue reading
Experiences
Well, the semester break is nearly now, time to look back at the last half year. I tried and used quite a few new things this time (Tried and used means usually I wrote something non-trivial with it. After all, … Continue reading