Talk review: Template Metaprogramming: Type Traits (part 2 of 2)
Jody Hagins - CppCon 2020
Personal review, keynote timeline and slides.
Jody Hagins - CppCon 2020
Personal review, keynote timeline and slides.
Jody Hagins - CppCon 2020
Personal review, keynote timeline and slides.
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, keynote timeline and slides.
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, keynote timeline and slides.
Bjarne Stroustrup - CppCon 2020
Personal review, keynote timeline and slides.
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,…
The power of CMake lies in the fact, that it is both cross-platform in terms of build host and allows cross-compilation for different targets at the same time. In other…
Sometimes there is a need in a project to use directly some other repository (local or external). This means, that we want to be able to incorporate parts (or all)…