Programs need data. That's a no brainer. Programs are only as good as the data you provide them. Based on what kind of data is consumed,...
Programs need data. That's a no brainer. Programs are only as good as the data you provide them. Based on what kind of data is consumed,...
It's common knowledge that Functional Programming is spreading like a wildfire in mainstream languages. Latest promoted languages: Java ...
I am presenting at the SF Bay Area Association of C/C++ Users (ACCU) meetup on Wed, Mar 12th. Topic: Fun with Lambdas: C++14 Style. Slides...
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...