Conference | Live Schedule | Talks | Get your ticket | Slides | Set your timezone
Why managing C++ dependencies is hard (and what to do about it)

Kerstin Keller
On Day 3 at 11:40 (CET/Berlin) in Track B [Opal Room and online]
When developing C++ programs, you will inevitably get to the point where you want to do basic things like parsing a configuration file or opening a websocket connection, and you realize that this functionality is not part of the C++ standard library.
You will have to start managing dependencies. And, unlike in other programming languages, there is no standard way to go about it in C++.
In this talk, we will dive deep into dependency management. What is dependency management in the first place and what are its challenges? How is it done in other programming languages? Which challenges are unique to C++? And is there hope for easier / unified C++ dependency management in the future?
Please login to comment