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
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera