ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

507 results

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

9,196 views

4 days ago

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

53,805 views

3 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,365 views

2 months 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,398 views

1 month 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,449 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

30,931 views

3 months ago

CppCon
From Pure ISO C++20 To Compute Shaders - Koen Samyn - CppCon 2025

https://cppcon.org --- From Pure ISO C++20 To Compute Shaders - Koen Samyn - CppCon 2025 --- Modern graphics and ...

1:01:44
From Pure ISO C++20 To Compute Shaders - Koen Samyn - CppCon 2025

3,066 views

3 days ago

CppCon
Practical Reflection With C++26 - Barry Revzin - CppCon 2025

https://cppcon.org​ --- Practical Reflection With C++26 - Barry Revzin - CppCon 2025 --- With the adoption of Reflection for C++26 ...

1:07:31
Practical Reflection With C++26 - Barry Revzin - CppCon 2025

7,854 views

2 weeks 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

13,660 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

11,553 views

3 weeks ago

CppCon
An Introduction to the new C++ 26 "Reflection" Feature - Inbal Levi - CppCon 2025

https://cppcon.org​ --- An Introduction to the new C++ 26 "Reflection" Feature - Inbal Levi - CppCon 2025 --- This talk will ...

1:03:36
An Introduction to the new C++ 26 "Reflection" Feature - Inbal Levi - CppCon 2025

6,724 views

1 month ago

CppCon
Making C++ Safe, Healthy, and Efficient - John Lakos - CppCon 2025

https://cppcon.org --- Making C++ Safe, Healthy, and Efficient - John Lakos - CppCon 2025 --- The world runs on C++. For more ...

1:10:30
Making C++ Safe, Healthy, and Efficient - John Lakos - CppCon 2025

7,128 views

1 month ago

CppCon
std::execution in Asio Codebases: Adopting Senders Without a Rewrite - Robert Leahy - CppCon 2025

https://cppcon.org​ --- std::execution in Asio Codebases: Adopting Senders Without a Rewrite - Robert Leahy - CppCon 2025 ...

56:53
std::execution in Asio Codebases: Adopting Senders Without a Rewrite - Robert Leahy - CppCon 2025

3,331 views

3 weeks 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,003 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,076 views

2 weeks ago

CppCon
Best Practices for AI Tool Use in C++ - Jason Turner - CppCon 2025

https://cppcon.org --- Best Practices for AI Tool Use - Jason Turner - CppCon 2025 --- AI (LLMs) are becoming prolific in C++ ...

1:02:10
Best Practices for AI Tool Use in C++ - Jason Turner - CppCon 2025

21,326 views

1 month 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

5,913 views

10 days ago

CppCon
Fix C++ Stack Corruptions with the Shadow Stack Library - Bartosz Moczulski - CppCon 2025

https://cppcon.org --- Fix C++ Stack Corruptions with the Shadow Stack Library - Bartosz Moczulski - CppCon 2025 --- Fatal stack ...

1:01:19
Fix C++ Stack Corruptions with the Shadow Stack Library - Bartosz Moczulski - CppCon 2025

2,466 views

12 days ago

CppCon
CMake Doesn't Have to Be Painful | Simple Strategies That Work - Bret Brown - CppCon 2025

https://cppcon.org --- CMake Doesn't Have to Be Painful | Simple Strategies That Work - Bret Brown - CppCon 2025 --- CMake ...

1:03:54
CMake Doesn't Have to Be Painful | Simple Strategies That Work - Bret Brown - CppCon 2025

10,133 views

1 month ago

CppCon
Compiler Explorer: The Features You Never Knew Existed - Matt Godbolt - CppCon 2025

https://cppcon.org --- Compiler Explorer: The Features You Never Knew Existed - Matt Godbolt - CppCon 2025 --- Remember ...

1:00:08
Compiler Explorer: The Features You Never Knew Existed - Matt Godbolt - CppCon 2025

40,117 views

1 month ago