Functional Programming in C++

Functional Programming in C++

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 47m | 200 MB

Functional programming in C++? You bet! Learn how to use lambdas and other features added to the language in C++ 11 to write functional code that is more concise than traditional C++ code and that makes it simpler to write multithreaded code.

Table of Contents

00:00:00 Introduction
00:00:44 Functional Programming
00:09:56 Lambdas
00:18:34 Creating and Using Lambdas (Demo)
00:25:42 Lambdas and the STL
00:32:00 Using Lamdas with the STL (Demo)
00:36:11 std::function
00:38:15 std::function in Action (Demo)
00:40:44 std::bind
00:44:20 std::bind in Action (Demo)
00:47:30 Conclusion