All Talks

C++20 Ranges in Practice

https://cppcon.org/ https://github.com/CppCon/CppCon2020

Among the many new additions to C++20 are Ranges, a modern revision of the STL offering updated algorithms and new “views” with lazy evaluation.

In this example-based talk we’ll work through several practical demonstrations of how the new Ranges functionality may be used to solve everyday problems concisely, elegantly and efficiently. In addition, we’ll offer tips on how to avoid common errors in your Ranges code, and demonstrate a couple …

You might be interested in:

September 2020 Backend
cppinclude cppinclude

cppinclude

Tool for analyzing includes in C++ - Oleg Fedorenko

September 2020 Backend
A 'Lighting' Talk A 'Lighting' Talk

A 'Lighting' Talk

3 Point Lighting For Video in 5 Minutes - Jim Roper