ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

621 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

995 views

23 hours 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,043 views

6 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,187 views

9 months 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,078 views

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

24,462 views

1 month 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,877 views

2 weeks 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,760 views

12 days 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,887 views

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

4 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

6,048 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

11,525 views

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

43,994 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,770 views

2 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,247 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,209 views

8 days 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,618 views

1 month ago

CppCon
Cutting C++ Exception Time by +90%? - Khalil Estell - CppCon 2025

https://cppcon.org --- Cutting C++ Exception Time by +90%? - Khalil Estell - CppCon 2025 --- Have you ever been "nerd sniped"?

1:05:10
Cutting C++ Exception Time by +90%? - Khalil Estell - CppCon 2025

9,150 views

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

3 weeks ago

CppCon
The Dangers of C++: How to Mitigate Them and Write Safe C++ - Assaf Tzur-El

https://cppcon.org --- The Dangers of C++: How to Mitigate Them and Write Safe C++ - Assaf Tzur-El - CppCon 2025 --- C++ offers ...

50:09
The Dangers of C++: How to Mitigate Them and Write Safe C++ - Assaf Tzur-El

4,153 views

2 weeks ago