Generic Programming in C++ - A Real-World Example
Offered By: CppNow via YouTube
Course Description
Overview
Explore the design and implementation of hex/unhex functions for the Boost.Algorithm library in this conference talk from C++Now 2012. Follow along as Marshall Clow walks through the process of creating these algorithms, starting from a request on the Boost mailing list. Discover the surprising number of interesting design decisions made during development, despite the apparent simplicity of the functions. Gain insights into generic programming techniques in C++ and learn how real-world library features are conceived, designed, and implemented.
Syllabus
Marshall Clow: Generic Programming in C++: A Real-World Example
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