Large-Scale C++ - Advanced Levelization Techniques, Part I
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced levelization techniques for large-scale C++ development in this comprehensive conference talk from CppNow. Delve into physical design concepts crucial for successful software systems, going beyond logical design issues typically covered in C++ programming books. Review the fundamentals of physical design before diving into a variety of levelization and insulation techniques. Examine real-world examples demonstrating how to avoid cyclic, excessive, or inappropriate dependencies in modern C++ projects. Gain insights on leveraging C++ language features effectively for improved code organization and maintainability. Access accompanying slides for visual reference and further study of the presented concepts.
Syllabus
John Lakos: Large-Scale C++: Advanced Levelization Techniques, Part I
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