ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

278 results

CppCon
Debugging C++ Coroutines in GDB - Zartaj Majeed - CppCon 2025

https://cppcon.org --- Debugging C++ Coroutines in GDB - Zartaj Majeed - CppCon 2025 --- C++ coroutines are hard to debug.

1:01:49
Debugging C++ Coroutines in GDB - Zartaj Majeed - CppCon 2025

1,406 views

2 days ago

CppCon
When Nanoseconds Matter: Ultrafast Trading Systems in C++ - David Gross - CppCon 2024

https://cppcon.org​ CppCon 2024 Early Access: https://cppcon.org/early-access Access All 2024 Session Videos Ahead of Their ...

1:28:51
When Nanoseconds Matter: Ultrafast Trading Systems in C++ - David Gross - CppCon 2024

304,877 views

9 months ago

CppCon
Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov

https://cppcon.org --- Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov ...

54:07
Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov

3,251 views

8 days ago

CppCon
Is Your C++ Code Leaking Memory? Discover the Power of Ownership-Aware Profiling

https://cppcon.org --- Is Your C++ Code Leaking Memory? Discover the Power of Ownership-Aware Profiling - Alecto Irene Perez ...

52:02
Is Your C++ Code Leaking Memory? Discover the Power of Ownership-Aware Profiling

4,102 views

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

44,190 views

1 month ago

CppCon
C++ Under the Hood: Internal Class Mechanisms - Chris Ryan - CppCon 2024

https://cppcon.org​ --- C++ Under the Hood: Internal Class Mechanisms - Chris Ryan - CppCon 2024 --- My talk will examine the ...

57:43
C++ Under the Hood: Internal Class Mechanisms - Chris Ryan - CppCon 2024

24,643 views

10 months 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

25,469 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

5,826 views

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

11,544 views

9 months ago

CppCon
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos - CppCon 2025

https://cppcon.org --- Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos - CppCon 2025 --- The C++ ...

1:03:19
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos - CppCon 2025

4,642 views

1 month ago

CppCon
Refactoring C++ Code for Unit testing with Dependency Injection - Peter Muldoon - CppCon 2024

https://cppcon.org​ --- Refactoring C++ Code for Unit testing with Dependency Injection - Peter Muldoon - CppCon 2024 --- A key ...

1:01:39
Refactoring C++ Code for Unit testing with Dependency Injection - Peter Muldoon - CppCon 2024

16,220 views

10 months ago

CppCon
Back to Basics: Master C++ Friendship - Mateusz Pusz - CppCon 2025

https://cppcon.org --- Back to Basics: Master C++ Friendship - Mateusz Pusz - CppCon 2025 --- C++ offers a rich set of access ...

56:53
Back to Basics: Master C++ Friendship - Mateusz Pusz - CppCon 2025

2,910 views

4 weeks ago

CppCon
Is The Future of C++ Refactoring Declarative? - Andy Soffer - CppCon 2025

https://cppcon.org --- Is The Future of C++ Refactoring Declarative? - Andy Soffer - CppCon 2025 --- Designing and writing ...

1:00:49
Is The Future of C++ Refactoring Declarative? - Andy Soffer - CppCon 2025

3,909 views

2 weeks ago

CppCon
Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter! - Kris Jusiak

https://cppcon.org --- Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter! - Kris Jusiak - CppCon 2025 ...

1:00:54
Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter! - Kris Jusiak

5,124 views

1 month ago

CppCon
Implementing Your Own C++ Atomics - Ben Saks - CppCon 2025

https://cppcon.org --- Implementing Your Own C++ Atomics - Ben Saks - CppCon 2025 --- Atomic objects are extremely useful for ...

1:01:38
Implementing Your Own C++ Atomics - Ben Saks - CppCon 2025

5,819 views

3 weeks ago

CppCon
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

https://cppcon.org​ --- Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024 --- Meta-programming is one of the ...

1:03:13
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

16,262 views

9 months ago

CppCon
What's New for C++ in VS Code: CMake Improvements and GitHub Copilot Agents - Alexandra Kemper

https://cppcon.org --- What's New for C++ in VS Code: CMake Improvements and GitHub Copilot Agents - Alexandra Kemper ...

1:01:02
What's New for C++ in VS Code: CMake Improvements and GitHub Copilot Agents - Alexandra Kemper

2,253 views

10 days ago

CppCon
Cost of C++ Abstractions in C++ Embedded Systems - Marcell Juhasz - CppCon 2024

https://cppcon.org​ --- Cost of C++ Abstractions in C++ Embedded Systems - Marcell Juhasz - CppCon 2024 --- This session will ...

48:54
Cost of C++ Abstractions in C++ Embedded Systems - Marcell Juhasz - CppCon 2024

40,312 views

9 months ago

CppCon
How To Build Robust C++ Inter-Process Queues - Jody Hagins - CppCon 2025

https://cppcon.org --- How To Build Robust C++ Inter-Process Queues - Jody Hagins - CppCon 2025 --- This talk will offer design ...

1:03:05
How To Build Robust C++ Inter-Process Queues - Jody Hagins - CppCon 2025

8,630 views

4 weeks ago

CppCon
Why Is My C++ Build So Slow? Compilation Profiling and Visualization - Samuel Privett - CppCon 2024

https://cppcon.org​ --- Why Is My C++ Build So Slow? Compilation Profiling and Visualization - Samuel Privett - CppCon 2024 ...

52:36
Why Is My C++ Build So Slow? Compilation Profiling and Visualization - Samuel Privett - CppCon 2024

19,846 views

8 months ago