Lambda Expressions in C++
This week’s featured topic is Lambda Expressions in C++. I interviewed Thomas Petchel, a programming writer on the Visual Studio User Education team, who describes the new Lambda Expressions in C++ and demonstrates how to use them instead of using function pointers and function objects.
See the Video: Lambda Expressions in C++
--Kathleen