Explore the experimental Boost.DI library for C++14 in this comprehensive conference talk from CppNow. Discover how Dependency Injection, a concept popular in Java and C#, can be effectively implemented in C++ without sacrificing performance. Learn about the main features of Boost.DI, including object creation without macros or reflection, zero performance overhead, compile-time guarantees, fast compilation times, and concise error messages. Gain insights into how C++14 has made Dependency Injection possible and efficient in C++. Delve into topics such as object creation techniques, performance optimization, compile-time safety, and error handling in the context of Dependency Injection. By the end of this talk, acquire a deeper understanding of Dependency Injection principles and their practical application in modern C++ development.
Overview
Syllabus
Kris Jusiak: A C++14 Dependency Injection Library
Taught by
CppNow