Is there any good resources to read about C++ 11 lambda functions and move semantics feature? I went through Alex Allain's CProgramming.com article, most of it was above my head. Any simple documents/reference out there?
Get "Professional C++ Second Edition", it covers many new features in C++11 such as move semantics. It also covers how to write professional, reusable code and how to apply abstraction.