Introduction to Modern C++ Techniques - Part I
Offered By: CppNow via YouTube
Course Description
Overview
Dive into the world of modern C++ techniques with this comprehensive conference talk from C++Now! 2012. Explore essential building blocks, techniques, and strategies employed in generic programming. Learn about concepts, traits, policy classes, and advanced patterns like CRTP (Curiously Recurring Template Pattern) and SFINAE (Substitution Failure is not an Error). Discover how to implement tag dispatching and gain insights into iterator concepts, static polymorphism, and type traits. Enhance your C++ skills by understanding functors, multiple invocations, and improved function implementations. Delve into practical examples such as pointer records, cloneable objects, and shared pointers. Perfect for developers looking to elevate their C++ programming expertise and embrace modern techniques.
Syllabus
Introduction
Alternate Title
Credits
Functors
Multiple invocations
Better function
Concepts
Requirements
Iterator Concepts
Policy Classes
Example Pointer Record
Static Methods
Static Polymorphism
Cloneable
Whos Used
Enabled Shared
CRTP
Profit
Type Traits
Comparison
Single Boost
Shared Pointer
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