CppCon¶
- CppCon Talks - Talks from the C++ Conference.
- CppCon 2014: Bjarne Stroustrup "Make Simple Tasks Simple!"
- CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part I"
- CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part II"
- CppCon 2014: Scott Meyers "Type Deduction and Why You Care"
- CppCon 2015: Bjarne Stroustrup "Writing Good C++14"
- CppCon 2015: Herb Sutter "Writing Good C++14... By Default"
- CppCon 2016: Chandler Carruth “Garbage In, Garbage Out: Arguing about Undefined Behavior..."
- CppCon 2016: Herb Sutter "Leak-Freedom in C++... By Default."
- CppCon 2017: Jason Turner "Practical C++17"
- CppCon 2018: Jonathan Boccara “105 STL Algorithms in Less Than an Hour”
- code::dive conference 2014 - Scott Meyers: Cpu Caches and Why You Care (slides)
- code::dive conference 2015 - Andrei Alexandrescu - Writing Fast Code I (slides)
- code::dive conference 2015 - Andrei Alexandrescu - Writing Fast Code II (slides)
- C++Now Talks - Talks from the C++Now conference.
- Going Native 2012: Variadic Templates are Funadic
- Going Native 2013: Stephan T Lavavej - "Don't Help the Compiler"
- Going Native 2013: Sean Parent - "C++ Seasoning"