The slides for my C++11 Idioms talk @ 2012 Silicon Valley Code Camp are now available. If you attended the talk please evaluate it. The sl...
Wednesday, 10 October 2012
Wednesday, 19 September 2012
C++/C++11 Track @ Silicon Valley Code Camp 2012
22:49
For the first time in 7 years, 2012 Silicon Valley Code Camp will have a track dedicated to C++ and C++11 . Code Camp is a conference of d...
Sunday, 3 June 2012
Perfect Forwarding of Parameter Groups in C++11
18:55
C++11 offers a great new feature called Perfect Forwarding , which is enabled via the use of rvalue references. Perfect forwarding allows a ...
Friday, 9 March 2012
Rvalue references in constructor: when less is more
00:18
I've seen a recurring mistake made by well-versed C++03 programmers when they set out to use rvalue references for the first time. In fa...
Sunday, 22 January 2012
Array-like access and Iterators for Homogeneous Tuples
11:31
Question often comes up whether tuples can have traditional iterators? In general, the answer is: No! They cannot. That's because tuples...
Wednesday, 11 January 2012
General-purpose Automatic Memoization for Recursive Functions in C++11
23:09
Memoization is a widely known optimization technique used primarily to speed up computer programs by having function calls avoid repeating ...
Subscribe to:
Posts (Atom)