You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
lambda expressions
About this tag
Lambda expressions are a feature of modern C++ that enable concise, inline function definitions. In the context of Microsoft Visual C++ 2010, lambda expressions allow developers to write simpler, safer, and faster code by enabling better use of existing libraries. They are particularly useful for implementing concurrency and simplifying parallelized code debugging. This tag covers discussions and resources related to lambda expressions in C++ development, especially within the Microsoft Visual Studio ecosystem.
Kate Gregory presents Modern Native C++ Development for Maximum Productivity at Tech Ed North America 2011. Go Kate!
This session clarifies what features are in Microsoft Visual C++ 2010 and what is yet to come. It illustrates how new constructs such as lambda expressions enable better use of...