Introduction on lambda syntax and use: intro.cpp
Storing state in the lambda: closure.cpp
How to take lambda as function arguments: take_as_argument.cpp
Useful <algorithm> functions: algorithm.cpp
How to store lambda for future use: store.cpp
Under the hood of lambdas: under_the_hood.cpp
Algorithm is pre-c++11. Lambdas made it easier to use.