ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

31 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,082 views

1 day 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,079 views

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

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

2 weeks 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,890 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,092 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,781 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,770 views

13 days 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,214 views

9 days 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,157 views

3 weeks ago

CppCon
Back to Basics: How to Refactor C++ Code - Amir Kirsh

https://cppcon.org --- Back to Basics: How to Refactor C++ Code - Amir Kirsh - CppCon 2025 --- Writing C++ code is one thing, ...

1:04:13
Back to Basics: How to Refactor C++ Code - Amir Kirsh

3,659 views

2 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,570 views

4 weeks ago

CppCon
Optimize Automatic Differentiation Performance in C++ - Steve Bronder - CppCon 2025

https://cppcon.org --- Optimize Automatic Differentiation Performance in C++ - Steve Bronder - CppCon 2025 --- Reverse‑mode ...

59:59
Optimize Automatic Differentiation Performance in C++ - Steve Bronder - CppCon 2025

3,847 views

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

2 weeks ago

CppCon
Building Secure C++ Applications: A Practical End-to-End Approach - CppCon 2025

https://cppcon.org --- Building Secure C++ Applications: A Practical End-to-End Approach - Chandranath Bhattacharyya & Bharat ...

1:02:01
Building Secure C++ Applications: A Practical End-to-End Approach - CppCon 2025

3,572 views

2 weeks ago

CppCon
Building a High-Performance Binary Serialization Format with In-Place Modification - Hamish Morrison

https://cppcon.org --- Building a High-Performance Binary Serialization Format with In-Place Modification - Hamish Morrison ...

55:16
Building a High-Performance Binary Serialization Format with In-Place Modification - Hamish Morrison

2,981 views

2 days ago

CppCon
What’s New in Visual Studio for C++ Developers in 2025 - Augustin Popa & David Li - CppCon 2025

https://cppcon.org --- What's New in Visual Studio for C++ Developers in 2025 - Augustin Popa & David Li - CppCon 2025 ...

1:00:53
What’s New in Visual Studio for C++ Developers in 2025 - Augustin Popa & David Li - CppCon 2025

2,435 views

6 days 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,158 views

3 weeks ago

CppCon
The Hidden Power of C++23 std::stacktrace for Faster Debugging & Exception Handling - Erez Strauss

https://cppcon.org --- The Hidden Power of C++23 std::stacktrace for Faster Debugging & Exception Handling - Erez Strauss ...

52:23
The Hidden Power of C++23 std::stacktrace for Faster Debugging & Exception Handling - Erez Strauss

4,526 views

4 weeks ago

CppCon
Can Modern C++ SPEED UP Your Bundle Adjustment Pipeline? - Vishnu Sudheer Menon

https://cppcon.org --- Can Modern C++ SPEED UP Your Bundle Adjustment Pipeline? - Vishnu Sudheer Menon - CppCon 2025 ...

58:11
Can Modern C++ SPEED UP Your Bundle Adjustment Pipeline? - Vishnu Sudheer Menon

1,648 views

8 days ago

CppCon
Crafting the Code You Don’t Write: Sculpting Software in an AI World - Daisy Hollman - CppCon 2025

https://cppcon.org/ --- Crafting the Code You Don't Write: Sculpting Software in an AI World - Daisy Hollman - CppCon 2025 ...

1:38:50
Crafting the Code You Don’t Write: Sculpting Software in an AI World - Daisy Hollman - CppCon 2025

6,042 views

12 days ago

CppCon
Catching Bugs Early: Validating C++ Contracts with Static Analysis - Peter Martin & Mike Fairhurst

https://cppcon.org --- Catching Bugs Early: Validating C++ Contracts with Static Analysis - Peter Martin & Mike Fairhurst - CppCon ...

1:05:41
Catching Bugs Early: Validating C++ Contracts with Static Analysis - Peter Martin & Mike Fairhurst

1,895 views

4 days ago

CppCon
Engineers Are Users Too: A Case Study in Design Thinking for Infrastructure - Grace Alwan

https://cppcon.org --- Engineers Are Users Too: A Case Study in Design Thinking for Infrastructure - Grace Alwan - CppCon 2025 ...

1:00:28
Engineers Are Users Too: A Case Study in Design Thinking for Infrastructure - Grace Alwan

1,246 views

5 days ago

KDAB
The Real Problem with C++: Mindset, Modern Practices, & Safer Code – Interview with Klaus Iglberger

Is C++ really as unsafe as its reputation suggests, or is the real problem how we use it? In this episode of The Curious Developer, ...

23:24
The Real Problem with C++: Mindset, Modern Practices, & Safer Code – Interview with Klaus Iglberger

1,022 views

2 weeks ago

Carlos Orozco
¿LEIVA SE PONE CPP CON PRESIDENTE JERÍ? 🥑 🇵🇪 | OUKE 🟡

Con Apuesta Total! Vive El clásico Femenino a lo grande y llévate S/10 GRATIS https://enlace.at/roro-clasicofemAT Llegó ...

2:07:30
¿LEIVA SE PONE CPP CON PRESIDENTE JERÍ? 🥑 🇵🇪 | OUKE 🟡

85,482 views

Streamed 2 weeks ago