Twitter updates
- #Mercurial 2.1 is out with lots of largefiles fixes. Thanks to #Unity3d for working hard on making it usable! 1 hour ago
- The C++ AMP specification is online: http://t.co/ndCMyTb3. I wonder if there will be a #AMP -> #OpenCL translator. 10 hours ago
- @codedivine Yes args C++ AMP :P 've been way to busy with OpenCL on AMD lately. 11 hours ago
Development
Graphics
Calendar
Daily Archives: 19.11.2008
C++ tricks, #6: Explicit template instantiation
Today we take a look at explicit template instantiations (yet another post which is a direct result of user feedback ). With explicit template instantiations, you can define a template and instantiate it in a DLL, so clients don’t even … Continue reading