view all posts by Herb Sutter

My CppCon talks

Herb Sutter Posted by Herb Sutter | Sun, 19 Oct 2014
see the original posting from Sutter's Mill
Also, my CppCon talks are all up on the CppCon YouTube channel. You can find them here: Back to the Basics! Essentials of Modern C++ Style: Loops, pointers and references, smart pointers, variable declarations, and parameter passing Lock-Free Programming (or, Juggling Razor Blades), Part 1: Lazy initialization with DCL vs. call_once vs. function local statics, […]


see the original posting from Sutter's Mill

Back to top