Functional Programming in C++ Cukic IvanPaperback
Functional Programming in C++ Cukic IvanPaperback SummaryFunctional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop…
Specifikacia Functional Programming in C++ Cukic IvanPaperback
Functional Programming in C++ Cukic IvanPaperback
SummaryFunctional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. Mastering the functional style of programming can help you tackle the demands of modern apps and will lead to simpler expression of complex program logic, graceful error handling, and elegant concurrency. This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyWell-written code is easier to test and reuse, simpler to parallelize, and less error prone.
C++ supports FP with templates, lambdas, and other core language features, along with many parts of the STL.