ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

520 results

CppCon
The Joy of C++26 Contracts - Myths, Misconceptions & Defensive Programming - Herb Sutter

https://cppcon.org --- The Joy of C++26 Contracts - Myths, Misconceptions & Defensive Programming - Herb Sutter - CppCon 2025 ...

1:02:50
The Joy of C++26 Contracts - Myths, Misconceptions & Defensive Programming - Herb Sutter

55,050 views

3 months ago

CppCon
The Evolution of std::optional - From Boost to C++26 - Steve Downey - CppCon 2025

https://cppcon.org --- The Evolution of std::optional - From Boost to C++26 - Steve Downey - CppCon 2025 --- Optionals were first ...

59:49
The Evolution of std::optional - From Boost to C++26 - Steve Downey - CppCon 2025

6,033 views

3 months ago

CppCon
Using Floating-point in C++: What Works, What Breaks, and Why - Egor Suvorov - CppCon 2025

https://cppcon.org --- Using Floating-point in C++: What Works, What Breaks, and Why - Egor Suvorov - CppCon 2025 ...

1:03:12
Using Floating-point in C++: What Works, What Breaks, and Why - Egor Suvorov - CppCon 2025

7,796 views

1 month ago

CppCon
The Declarative Programming SECRETS to More Readable C++ - Richard Powell

https://cppcon.org --- The Declarative Programming SECRETS to More Readable C++ - Richard Powell - CppCon 2025 ...

58:34
The Declarative Programming SECRETS to More Readable C++ - Richard Powell

7,358 views

3 months ago

CppCon
Knockin' on Header's Door: An Overview of C++ Modules - Alexsandro Thomas - CppCon 2025

https://cppcon.org --- Knockin' on Header's Door: An Overview of C++ Modules - Alexsandro Thomas - CppCon 2025 --- C++20 ...

1:03:38
Knockin' on Header's Door: An Overview of C++ Modules - Alexsandro Thomas - CppCon 2025

5,292 views

4 days ago

CppCon
Back To Basics: C++ Strings and Character Sequences - Nicolai Josuttis - CppCon 2025

https://cppcon.org --- Back To Basics: C++ Strings and Character Sequences - Nicolai Josuttis - CppCon 2025 --- Strings are a key ...

1:05:18
Back To Basics: C++ Strings and Character Sequences - Nicolai Josuttis - CppCon 2025

7,724 views

2 months ago

CppCon
Back to Basics: C++ Ranges - Mike Shah - CppCon 2025

https://cppcon.org --- Back to Basics: C++ Ranges - Mike Shah - CppCon 2025 --- Ranges have been available since C++20 to ...

1:00:07
Back to Basics: C++ Ranges - Mike Shah - CppCon 2025

5,670 views

2 months ago

CppCon
Back to Basics: Master the static, inline, const, and constexpr C++ Keywords - Andreas Fertig

https://cppcon.org​ --- Back to Basics: Master the static inline, const, and constexpr C++ Keywords - Andreas Fertig - CppCon ...

1:00:19
Back to Basics: Master the static, inline, const, and constexpr C++ Keywords - Andreas Fertig

12,315 views

1 month ago

CppCon
Back to Basics: Custom Allocators Explained - From Basics to Advanced - Kevin Carpenter - CppCon

https://cppcon.org​ --- Back to Basics: Custom Allocators Explained - From Basics to Advanced - Kevin Carpenter - CppCon 2025 ...

59:01
Back to Basics: Custom Allocators Explained - From Basics to Advanced - Kevin Carpenter - CppCon

15,710 views

1 month ago

CppCon
Concept-based Generic Programming - Bjarne Stroustrup - CppCon 2025

https://cppcon.org/ --- Concept-based Generic Programming - Bjarne Stroustrup - CppCon 2025 ...

1:23:29
Concept-based Generic Programming - Bjarne Stroustrup - CppCon 2025

31,360 views

4 months ago

CppCon
Why Every C++ Developer Should Attend CppCon 2026 - 12th-18th September

Register Now: https://cppcon.org/ 12th-18th September 2026 - Aurora, Colorado, USA Join us for CppCon, the annual week-long ...

2:13
Why Every C++ Developer Should Attend CppCon 2026 - 12th-18th September

768 views

1 day ago

CppCon
Cache-Friendly C++ - Jonathan Müller - CppCon 2025

https://cppcon.org --- Cache-Friendly C++ - Jonathan Müller - CppCon 2025 --- When you need a container, pick std::vector<T> ...

1:01:40
Cache-Friendly C++ - Jonathan Müller - CppCon 2025

18,617 views

2 months ago

CppCon
Threads vs Coroutines — Why C++ Has Two Concurrency Models - Conor Spilsbury - CppCon 2025

https://cppcon.org --- Threads vs Coroutines — Why C++ Has Two Concurrency Models - Conor Spilsbury - CppCon 2025 --- The ...

51:58
Threads vs Coroutines — Why C++ Has Two Concurrency Models - Conor Spilsbury - CppCon 2025

16,020 views

13 days ago

CppCon
Back to Basics: Lifetime Management in Cpp - Phil Nash - CppCon 2024

https://cppcon.org --- Back to Basics: Lifetime Management in Cpp - Phil Nash - CppCon 2024 --- Lifetime management in C++ is ...

52:48
Back to Basics: Lifetime Management in Cpp - Phil Nash - CppCon 2024

12,323 views

11 months ago

CppCon
Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025

https://cppcon.org --- Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025 --- The ...

1:05:33
Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025

3,795 views

1 month ago

CppCon
It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025

https://cppcon.org --- It's Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025 --- Many developers ...

1:01:16
It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025

2,863 views

6 days ago

CppCon
C++26 - What's In It For You? - Marc Gregoire - CppCon 2025

https://cppcon.org --- C++26 - What's In It For You? - Marc Gregoire - CppCon 2025 --- C++26, the next release of the C++ ...

1:00:10
C++26 - What's In It For You? - Marc Gregoire - CppCon 2025

14,380 views

2 months ago

CppCon
Matrix Multiplication Deep Dive || Cache Blocking, SIMD & Parallelization - Aliaksei Sala - CppCon

https://cppcon.org --- Matrix Multiplication Deep Dive || Cache Blocking, SIMD & Parallelization - Aliaksei Sala - CppCon 2025 ...

59:03
Matrix Multiplication Deep Dive || Cache Blocking, SIMD & Parallelization - Aliaksei Sala - CppCon

6,551 views

2 weeks ago

CppCon
Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew Drakeford

https://cppcon.org --- Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew Drakeford - CppCon 2025 ...

53:30
Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew Drakeford

7,588 views

3 months ago

CppCon
Back to Basics: C++ Concepts - Jeff Garland - CppCon 2025

https://cppcon.org --- Back to Basics: C++ Concepts - Jeff Garland - CppCon 2025 --- C++20 introduced concepts as a first-class ...

1:03:01
Back to Basics: C++ Concepts - Jeff Garland - CppCon 2025

5,357 views

1 month ago