This course dives into the intricacies of functional objects in C++, with a focus on functors, currying, and partial application. You'll learn how to harness these powerful concepts to create more modular, reusable, and maintainable code.
Overview
Syllabus
- Lesson 1: Introduction to Currying and Partial Application
- Lesson 2: Advanced Currying in C++
- Lesson 3: Creating Functional Objects
- Lesson 4: Advanced Example with Functional Objects
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
Functional Programming Techniques in C++” is a standout course for anyone looking to deepen their understanding of C++ by incorporating functional programming concepts. The course covers essential techniques, such as lambda expressions, immutability…