We use cookies to enhance your browsing experience, serve personalised ads or content, and analyse our traffic.
By clicking "I accept", you consent to our use of cookies.

Functional Techniques in C++

Lingua: Inglese
Evento: Community Days 2014 Roma
Sala 1
Orario: 15:45  -  16:45

Abstract

In recent year we’ve see functional programming gaining more and more importance. Not only does it solve many problems of concurrency but it also provides new powerful abstractions for structuring composable and reusable libraries. I’ll give you examples of how these ideas can be used in C++ to improve the standard futures library or how to use immutable data structures to solve dynamic programming problems.