Similar Channels to CppCon on the Channel Galaxy Map
YouTube Channel Recommendations for people who like CppCon (Click a channel's button below to go to their page on Channel Galaxy and find more new YouTube suggestions)
About CppCon
Visit cppcon.org for details on next year's conference. CppCon sponsors have made it possible to record and freely distribute over 1000 sessions from 2014 to 2021. We hope you enjoy them!
Recent Videos from CppCon
Lightning Talk: Fun with Pointers to Members - Dominic Pöschko - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Lightning Talk: Fun with Pointers to Members - Dominic Pöschko - CppCon 2021
"Static reflection is not quite there yet.
Type descriptors may solve some of the problems, we would like to solve with reflection.
They use pointers to members… Lightning Talk: Quickly Estimating Powers-Of-Two in Your Head - Andreas Weis - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
A collection of handy tips how to quickly estimate the decimal value of larger powers of two (like 2^23 or 2^36) without the help of a calculator.
---
Andreas Weis
Andreas Weis has been writing C++ code in many different domains, from r… Lightning Talk: Simplify Vulkan APIs with Code Generation - Victor Bogado da Silva Lins - CppCon 21
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Lightning Talk: Simplify Vulkan APIs with Code Generation
The Vulkan C++ "hello world" is huge, but the whole API is specified using an XML file. Those specs can be used on code generation to generate constexpr code that can simplify man…