Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Functional Programming with C++

Posted By: AlenMiler
Functional Programming with C++

Functional Programming with C++ by Chris Weed
English | Oct. 28, 2015 | ASIN: B017AT4OMI | 126 Pages | AZW3/EPUB/PDF | 1006.87 KB

Functional Programming with C++ covers functional programming style and features of C++. Recursive functions, lambdas, futures, and functions without side effects are a few of the C++ techniques covered in this book. This includes an extensive examination of recursive implementations of STL algorithms and functions. Functional data structures are also examined as alternatives to typical C++ implementations.