C++ - Functional-Style Programming in C++

Wed, 01 Aug 2012 10:00:00 GMT

The new C++ 11 standard greatly improves the language's suitability for functional-style programming, particularly with its support for lambdas. Learn how you can use functional-style programming in your C++ code.

Read article