Why in Heaven Is There No Dependency Management for C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore the lack of dependency management in C++ through this insightful conference talk from C++Now 2015. Delve into the state of the art, existing solutions, potential problems, and future implications for the language. Compare C++ with other programming languages that have dependency managers, and understand why this crucial development tool is missing. Examine the technological, language, and build system factors contributing to this issue. Investigate the challenges of cross-platform development and various distribution methods, including Debian and Python. Gain valuable insights into the complexities of implementing dependency management in C++ and its potential impact on the language's future.
Syllabus
Intro
Other programming languages
Dependency managers
Why do we need something else
Technology
Language
Build system
Its not enough
Crossplatform
Distributions
Debian
Python
Python kalam
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