YoVDO

C++ Package Managers - Simplifying Dependency Management

Offered By: CppCon via YouTube

Tags

C++ Courses Microsoft Visual Studio Courses Continuous Integration Courses NuGet Courses Conan Courses vcpkg Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Discover how to effectively manage C++ dependencies in this comprehensive conference talk from CppCon 2022. Learn why using a package manager can alleviate common pain points in C++ development, as Augustin Popa explores various types of package managers and their pros and cons. Gain insights into system package managers like apt and Homebrew, build system-centric package managers like NuGet, and language package managers such as vcpkg and Conan. Understand how different package managers address specific workflows and scenarios, including acquiring open-source and private libraries, automatically building libraries from source, using libraries locally and in CI, and working with libraries across different build systems and operating systems. Discover how to streamline your development process, save time, and avoid common pitfalls associated with manual dependency management. By the end of this talk, you'll have a clear understanding of how implementing a package manager can significantly improve your C++ development workflow and eliminate dependency-related challenges.

Syllabus

C++ Package Manager - C++ Dependencies Don't Have To Be Painful! - Augustin Popa


Taught by

CppCon

Related Courses

Using Conan in a Real-World Complex Project
NDC Conferences via YouTube
Package Management in C++
NDC Conferences via YouTube
Modern Alternatives to Make
NDC Conferences via YouTube
CMake + Conan - 3 Years Later
CppNow via YouTube
Git, CMake, Conan - How to Ship and Reuse Our C++ Projects
CppNow via YouTube