Docker Based C++ Dependency and Build Management
Offered By: CppNow via YouTube
Course Description
Overview
Learn how to leverage Docker for efficient C++ dependency and build management in this conference talk from C++Now 2018. Discover how to use Docker's multi-stage build process to compile toolchains, install build tools, and resolve library dependencies for C++ projects. Explore techniques for bootstrapping new projects, contributing to open source libraries, and targeting multiple platforms. Get introduced to CppDock, a tool that simplifies Docker commands for common C++ development tasks. Gain insights into streamlining C++ project setup and management using containerization, presented by Jason Rice, a web applications programmer with expertise in C++ metaprogramming.
Syllabus
C++Now 2018: Jason Rice “Docker Based C++ Dependency and Build Management”
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube