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
Daily Archives: 8.4.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