Talk review: C++20 Ranges in Practice
Personal review, key takeaways and selected keynote slides.
Personal review, key takeaways and selected keynote slides.
In the previous article of this series, I have listed several problems that we as developers have to deal with while using dependencies to external code in our projects. These…
Jody Hagins - CppCon 2020
Personal review, key takeaways, selected keynote slides and timeline.
Jody Hagins - CppCon 2020
Personal review, key takeaways, selected keynote slides and timeline.
Dependencies are usually the most problematic part of the build system (next to the toolchain setup) in programming projects. In C++ this is especially hard because there is no one…
Marc Gregoire - CppCon 2020
Personal review, key takeaways, selected keynote slides and timeline.
Boost C++ Application Development Cookbook Recipes to simplify your application development Author: Antony Polukhin Pages: 438 Published by: Pack Publishing 2017 Buy: Amazon Topics C++, program options, containers, smart pointers,…
Herb Sutter - CppCon 2020
Personal review, key takeaways, selected keynote slides and timeline.
Bjarne Stroustrup - CppCon 2020
Personal review, key takeaways, selected keynote slides and timeline.
Mastering the C++17 STL Make full use of the standard library components in C++17 Author: Arthur O'Dwyer Pages: 384 Published by: Pack Publishing 2017 Buy: Amazon Topics C++, STL, containers,…