A C++14 Dependency Injection Library
Offered By: CppNow via YouTube
Course Description
Overview
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.
Syllabus
Kris Jusiak: A C++14 Dependency Injection Library
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