I am doing a Developer Skill Sprint this Tuesday, September 22, 2015, titled "Delphi Anonymous Methods and C++11 Lambdas: When to use them and not use them". This blog post contains some of my notes and resource links for my skill sprint.
What will be covered?
Delphi Anonymous Methods
C++11 Lambdas
Parallel Programming Library
When to use them / When not to use them
Advantages of Anonymous Methods and Lambdas
Easy way to define and use methods
Easy to parameterize using code
Bindi...