C++ Package Managers

30 Nov 2022

[ c++  development  coding  debug  abi  ]

How ABI is broken?

Package manager have adapted to solve some of these problems

Other benefits of C++ package manager

Whey you should consider a package manager?

Issues modules will address

Issues modules will not fix

Types of package managers

System package managers

C++ package managers (vcpkg, Conan)

Non-C++ package managers (NuGet, npm, Cargo, pip)

Which type of package manager should you use for C++ packages?

Reproducible development environments

How to manage dependencies well

Reference