All Talks

Macro-Free Testing With C++20

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

If this lightning talk we will follow the Beyonce Rule - ‘If you liked it then you “should put a”_test on it’ and explore the capabilities of a new C++20 single header/module, macro-free Unit Testing Framework (https://github.com/boost-ext/ut).


Kris is a Senior Software Engineer passionate about programming and has worked in different industries over the years including telecommunications, games and most recently …

You might be interested in:

September 2020 Backend
Pointers and Memory Pointers and Memory

Pointers and Memory

Ben Saks

September 2020 Backend
Design Patterns for Handling/Reporting Errors in C++ Design Patterns for Handling/Reporting Errors in C++

Design Patterns for Handling/Reporting Errors in C++

Parallel Algorithms & Executors -Mark Hoemmen