C++Learn C++Videos

Learn C++ With Building an Intuition for Composition by Sy Brand (CPPCon 2020) Video

This video is for you if you’re tired of reading posts about “monads” and “endofunctors” that does not give you an idea of how they can actually support and improve your C++ programming. In C++, functions and data composition are becoming more relevant because of features such as ranges, continuable features, and new techniques for error handling. This session will…
Read more
C++Learn C++Videos

Learn C++ With C++20 STL Features: One Year of Development on GitHub by Stephan T. Lavavej (CPPCon 2020) Video

This video discusses the examples of C++20 features: span that makes it simpler to work with contiguous sequences, constexpr algorithms that make it possible to check if search tables are sorted at compiled time that eventually replaces the erase-move idiom, integer comparison features that make it easier to write correct code without thinking about the correct code. If you want to track progress…
Read more