Ever since C++ adopted lambda expressions, many have stumbled upon the question whether they can be recursive. IMO, if an anonymous function...
![no image](http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s1600/grey.gif)
Ever since C++ adopted lambda expressions, many have stumbled upon the question whether they can be recursive. IMO, if an anonymous function...
Lot has been said about effectively using move-semantics, such as return-by-value and pass sink arguments by-value to constructors (and mov...
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...