Controlling complexity is one of the biggest challenges a developer faces. Functional programming helps tremendously with this and thus becomes more and more popular, even in originally imperative and object oriented languages like C++. This course will help you increase your productivity by teaching how to write functional C++ code that is easy to understand, test and reuse.
After mastering the basic building blocks of functional programming, you will learn how to think functionally and solve everyday programming problems in an elegant way. Every provided coding exercises comes with an exemplary solution.
At the end of this course you will be able to use the functional approach to write application code that is extraordinarily robust and pleasant to work with.
And as a bonus, all the concepts you have learned will not only help you when using C++, but are applicable to other programming languages too and will expand your horizon regarding programming in general.
Instructor Details
Courses : 1
Specification: Functional Programming using C++
|
10 reviews for Functional Programming using C++
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
$24.99 $14.99
Anirban Roy –
I expected lot more discussions on OOP Desing pattern vanishing with functional programming here only 2 design pattern with Fucntional programming is discussed. I also expected lot on Refactoring
Jaan Laasalu –
Good addition after reading haskell book.
Marco Bergamin –
This course was my first approach to functional programming paradigm and I really enjoyed it!
Serge Medvedev –
Nice course for people who know C++, understand basics of FP and want to know how to combine those together.
Marios Koulakis –
I am really happy about the FunctionalPlus library! All functional programming approaches in C++ I’ve seen up to now felt very clunky and one had to learn tons of boilerplate in order to write code. FunctionalPlus seems to be a bit closer to the elegance of Haskell, F#, etc., which is great! Kudos for the search API which reminds a lot of Hoogle : ) Also really nice that the course is very concise and you can literally go through it in one evening (assuming you have some C++ and functional programming knowledge).
Claus Hirth –
Explanations are clear, to the point, and enough context is provided. Examples are striking. The author takes care not to waste my bandwidth!
Zoran Sibalic –
It was ok, but some area should have a bit more examples.
Adam So tan –
Yes. I find it very interesting.
Ronald G Bjork –
So far good.
Felix Dux –
Really good scope and pace. Engaging delivery from someone who is clearly knowledgeable. a lot of thought has been put into making the exercises and resources accessible and useful, which is mcuh appreciated.