Slides of my Silicon Valley Code Camp (2013) talk are now available . If you attended this session in person please evaluate it. I take fee...
Slides of my Silicon Valley Code Camp (2013) talk are now available . If you attended this session in person please evaluate it. I take fee...
You probably already know that there are 21 ways of passing parameters to a C++11 function! In case you lost the count somewhere, lets count...
I'm not the only one who agrees that C++ is the awesomest language for network programming . Raw network programming, however, is very l...
Happy New Year!! Many projects use libraries developed by different teams, organizations, and open-source communities. It is not rare to see...
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...
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...
C++11 offers a great new feature called Perfect Forwarding , which is enabled via the use of rvalue references. Perfect forwarding allows a ...
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...