Policy-based design in C++20 - Goran Arandjelović - Meeting C++ 2018
The last video from the B Track of Meeting C++ 2018:
Policy-based design in C++20
by Goran Arandjelović
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Meeting C++ | Feb 19, 2019 04:14 AM | Tags: meetingcpp intermediate efficiency c++20 basics advanced
The last video from the B Track of Meeting C++ 2018:
Policy-based design in C++20
by Goran Arandjelović
By Meeting C++ | Feb 18, 2019 08:05 AM | Tags: tmp performance meetingcpp intermediate experimental efficiency compiletime c++20 c++17 c++14 c++11 basics advanced
A great talk about the possibilities of generic programming at compile time
Compile time regular expressions
by Hana Dusíková
By Meeting C++ | Feb 14, 2019 03:16 AM | Tags: performance meetingcpp iostream intermediate format fmt efficiency c++11 basics
An introduction to the {fmt} library.
Socializing with {fmt}
by Daniela Engert
By Meeting C++ | Feb 12, 2019 05:50 AM | Tags: testing security performance meetingcpp efficiency basics
An intro to fuzzing from Meeting C++ 2018!
Structure aware fuzzing
by Réka Kovács
By Meeting C++ | Feb 11, 2019 10:27 AM | Tags: performance meetingcpp intermediate efficiency c++20 basics advanced
Next Video from Meeting C++ 2018:
Dealing with aliasing using contracts
by Gábor Horváth
By Meeting C++ | Feb 10, 2019 08:01 AM | Tags: meetingcpp intermediate c++17 basics
A talk on pattern matching with C++17 std::variant
std::variant and the power of pattern matching
by Nikolai Wuttke
By Meeting C++ | Feb 9, 2019 04:59 AM | Tags: tmp meetingcpp intermediate experimental c++17 c++14 c++11 basics advanced
Ivan Cukic on TMP and ...
A new look at TMP
by Ivan Cukic
By Meeting C++ | Feb 7, 2019 03:18 AM | Tags: meetingcpp intermediate efficiency c++17 c++14 c++11 basics
A great talk on how to initialize in C++
Initialization in modern C++
by Timur Doumler
By Meeting C++ | Feb 1, 2019 06:16 AM | Tags: meetingcpp intermediate functional programming experimental c++17 basics advanced
Phil Nash presenting on your options with Optional
Option(al) is not a failure
by Phil Nash
By Meeting C++ | Jan 31, 2019 05:34 AM | Tags: tools tooling meetingcpp intermediate efficiency basics advanced
A new way to debug on windows presented by James McNellis
Time Travel Debugging
by James McNellis