1:18:43
Keynote: CMake: One Tool To Build Them All - Bill Hoffman [ CppNow 2021 ]
CppNow
40:02
The C++ Rvalue Lifetime Disaster - Arno Schödl - [CppNow 2021]
1:21:01
A Crash Course in Unicode for C++ Developers - Steve Downey - [CppNow 2021]
1:25:21
How to: Colony - Matthew Bentley - [CppNow 2021]
1:28:01
When Should You Give Two Things the Same Name? - Arthur O'Dwyer - [CppNow 2021]
1:33:21
C++11/14 at Scale: What Have We Learned? - John Lakos & Vittorio Romeo - [CppNow 2021]
1:29:05
Code Analysis++ - Anastasia Kazakova - [CppNow 2021]
1:31:13
Variations on variants - Roi Barkan - [CppNow 2021]
1:02:23
Windows, MacOS and Web: Lessons from Cross-platform Development @ think-cell - Sebastian Theophil
1:35:51
Algorithms from a Compiler Developer's Toolbox - Gábor Horváth - [CppNow 2021]
1:33:53
CMake + Conan: 3 Years Later - Mateusz Pusz - [CppNow 2021]
1:25:33
So You Think You Know How to Work With Concepts? - Andrzej Krzemieński - [CppNow 2021]
1:34:36
Simplest Strong Typing instead of Language Proposal ( P0109 ) - Peter Sommerlad - [CppNow 2021]
1:08:37
Iterators and Ranges: Comparing C++ to D to Rust - Barry Revzin - [CppNow 2021]
1:31:09
Adventures in SIMD-Thinking - Bob Steagall - [CppNow 2021]
1:03:10
Techniques for Overloading any_invocable - Filipp Gelman - [CppNow 2021]
1:28:04
Semantic Sugar: Tips for Effective Template Library APIs - Roi Barkan - [CppNow 2021]
1:29:28
Polymorphism À La Carte - Eduardo Madrid & Phil Nash - [CppNow 2021]
1:38:04
Keynote: SOLID, Revisited - Tony Van Eerd - [CppNow 2021]
1:12:30
Writing a C++20 Module - Steve Downey - [CppNow 2021]
1:28:06
Preconditions, Postconditions, Invariants: How They Help Write Robust Programs - Andrzej Krzemieński
1:20:40
The Performance Price of Dynamic Memory in C++ - Ivica Bogosavljevic - [CppNow 2021]
1:23:52
The Concepts of concepts - Sandor Dargo - [CppNow 2021]
1:17:02
The Complete Guide to `return x;` - Arthur O'Dwyer - [CppNow 2021]
1:13:11
What is an ABI and Why is Breaking it a Problem? - Marshall Clow - [CppNow 2021]
1:32:05
hop: A Language to Design Function-Overload-Sets - Tobias Loew - [CppNow 2021]
1:32:55
Using Concepts: C++ Design in a Concept World (part 2 of 2) - Jeff Garland - [CppNow 2021]
1:29:21
Using Concepts: C++ Design in a Concept World (part 1 of 2) - Jeff Garland - [CppNow 2021]
1:29:14
The Worst Best Practices - Jason Turner - [CppNow 2021]
45:42
Parallelism on Ranges: Should We? - Giannis Gonidelis - [CppNow 2021]
44:14
Executors: The Art of Generating Composable APIs - Nikunj Gupta - [CppNow 2021]
46:36
Weak Interfaces → Weak Defences: The Bane of Implicit Conversion in Function Calls - Richárd Szalay
44:30
Practical TMP: A C++17 Compile Time Register Machine - Daniel Nikpayuk - [CppNow 2021]
40:57
Interactive C++ in a Jupyter Notebook Using Modules for Incremental Compilation - Steven R. Brandt
42:56
Surveying the C++ Community - Jens Weller - [CppNow 2021]
1:09:08
Better C++ Ranges - Arno Schödl - [CppNow 2021]
1:29:13
Converting a State Machine to a C++ 20 Coroutine - Steve Downey - [CppNow 2021]
8:09
Complecting Made Easy - Tony Van Eerd [CppNow 2021]
3:54
Dashboards to the Rescue - Matthias Bilger [CppNow 2021]
6:14
Universal Function Call Syntax in C++20 - Devon Richards [CppNow 2021]
When Paradigms Collide - Ben Deane [CppNow 2021]
9:03
Numerical Differentiation ++ - Ian Bell [CppNow 2021]
11:17
Exhuming "Castlequest" - Arthur O'Dwyer [CppNow 2021]
5:55
A Few Gentle Rules (*) but One in Particular - Chris Uzdavinis [CppNow 2021]
4:25
Stdfwd - Forward Declarations for C++ Standard Library - Oleh Fedorenko [CppNow 2021]
5:34
Designated Initializers: Remembering Every Struct Member in Declaration Order Is Hard - Brian Ruth
6:24
Cyclomatic Complexity pmccabe as a Refactor Aid - Michael Wells [CppNow 2021]
5:19
Homogenous Variadic Functions - A Lightning-Library Approach in ~11.54 sec/LOC - Tobias Loew
5:45
Surveying the Community – What Could Possibly Go Wrong - Anastasia Kazakova [CppNow 2021]
5:52
Classes With Many Fields - Stanisław J. Dobrowolski [CppNow 2021]
4:19
Answering a Question From My Talk… - Jens Weller [CppNow 2021]
5:39
Finding Nemo, or Evolution of a for Loop - Arseniy Zaostrovnykh [CppNow 2021]
6:45
FourCCs Done Right - Ben Deane [CppNow 2021]
6:12
One Friend Ain't Enough - Jody Hagins [CppNow 2021]
6:00
A Simple GUI Programming Setup for Beginners - Jussi Pakkanen [CppNow 2021]
1:48:30
What Belongs In The C++ Standard Library? - Bryce Adelstein Lelbach [CppNow 2021]
1:24:50
The Quest For A Better Crash - Victor Ciura [CppNow 2021]
1:29:52
Taking Template Classes Further with Opaque Types & Generic NTTPs - Joel Falcou & Vincent Reverdy
1:15:34
Taskflow: A Heterogeneous Task Graph Programming System with Control Flow: Tsung-Wei Huang
1:00:47
Don't constexpr All the Things - David Sankel [CppNow 2021]
1:24:01
What Neighborhoods Owe Each Other: Rights, Duties, Immunities & Disabilities of Functions & Objects
1:16:47
Simplest Safe Integers - Peter Sommerlad [CppNow 2021]
1:31:23
UT - C++20 Unit Testing Framework - Kris Jusiak - [CppNow 2021]
1:32:26
Frictionless Allocators - Alisdair Meredith - [CppNow 2021]
1:26:14
STL Algorithms as Expressions - Oleksandr Bacherikov - [CppNow 2021]
1:08:50
Library Approaches for Strong Type Aliases - Anthony Williams - [CppNow 2021]
1:37:21
Designing Concurrent C++ Applications - Lucian Radu Teodorescu - [CppNow 2021]
1:24:13
C++ Insights: How Stuff Works, Lambdas and More! - Andreas Fertig - [CppNow 2021]