IoC++ - A IoC Framework for C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore a powerful dependency injection library for C++ in this conference talk from CppNow. Dive into IoC++, designed for configuring object graphs at runtime through code or configuration files, offering high flexibility in object creation and lifetime management. Learn about the library's concepts and inner workings, developed in-house at Symena (TEOCO), and understand its potential for open-source release and possible inclusion in Boost. Compare IoC++ with similar frameworks in the field, such as the proposed Boost.DI. Gain insights into advanced C++ techniques for managing dependencies and improving code modularity over the course of 1 hour and 20 minutes. Access accompanying slides for a comprehensive understanding of the presented material.
Syllabus
Sebastian Redl: IoC++ - A IoC framework for C++
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