Introduction to Modern C++ Techniques - Part II
Offered By: CppNow via YouTube
Course Description
Overview
Dive into advanced C++ programming techniques in this conference talk from CppNow 2012. Explore the building blocks, strategies, and methodologies used in generic programming, focusing on modern C++ concepts. Learn about policies, SFINAE (Substitution Failure Is Not An Error), and tags while getting your "Modern C++ groove on." Cover essential topics including concepts, traits, policy classes, CRTP (Curiously Recurring Template Pattern), SFINAE, and tag dispatching. Gain insights from the Ciere C++ Ninja Series to enhance your understanding of sophisticated C++ programming paradigms and boost your skills in crafting efficient, flexible code.
Syllabus
Michael Caisse: Introduction to Modern C++ Techniques (Part II)
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