ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

41 results

CppCon
LLMs in the Trenches: Boosting C++ System Programming with AI - Ion Todirel - CppCon 2025

https://cppcon.org --- LLMs in the Trenches: Boosting C++ System Programming with AI - Ion Todirel - CppCon 2025 --- Large ...

1:01:08
LLMs in the Trenches: Boosting C++ System Programming with AI - Ion Todirel - CppCon 2025

920 views

8 hours ago

CppCon
The Evolution of CMake: 25 Years of C++ Build Portability - Bill Hoffman - CppCon 2025

https://cppcon.org --- The Evolution of CMake: 25 Years of C++ Build Portability - Bill Hoffman - CppCon 2025 --- CMake 4.0 was ...

1:01:21
The Evolution of CMake: 25 Years of C++ Build Portability - Bill Hoffman - CppCon 2025

4,383 views

3 days ago

CppCon
C++ ♥ Python - Alex Dathskovsky - CppCon 2025

https://cppcon.org --- C++ ♥ Python - Alex Dathskovsky - CppCon 2025 --- As C++ programmers, many of us have embraced ...

1:03:34
C++ ♥ Python - Alex Dathskovsky - CppCon 2025

5,440 views

4 days 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

12,365 views

6 days 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

12,588 views

3 weeks ago

CppCon
API Structure and Technique: Learnings from C++ Code Review - Ben Deane - CppCon 2025

https://cppcon.org --- API Structure and Technique: Learnings from C++ Code Review - Ben Deane - CppCon 2025 --- C++ is a ...

1:00:45
API Structure and Technique: Learnings from C++ Code Review - Ben Deane - CppCon 2025

5,840 views

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

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

4,809 views

7 days 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

3,759 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

9,000 views

12 days 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

5,367 views

11 days ago

CppCon
Lazy and Fast: Ranges Meet Parallelism in C++ - Daniel Anderson - CppCon 2025

https://cppcon.org​ --- Lazy and Fast: Ranges Meet Parallelism in C++ - Daniel Anderson - CppCon 2025 --- Recent advances in ...

1:06:39
Lazy and Fast: Ranges Meet Parallelism in C++ - Daniel Anderson - CppCon 2025

4,873 views

10 days ago

CppCon
How to Tame Packs, std::tuple, and the Wily std::integer_sequence - Andrei Alexandrescu

https://cppcon.org --- How to Tame Packs, std::tuple, and the Wily std::integer_sequence - Andrei Alexandrescu - CppCon 2025 ...

1:05:38
How to Tame Packs, std::tuple, and the Wily std::integer_sequence - Andrei Alexandrescu

6,003 views

2 weeks ago

CppCon
Agentic C++ Debugging Live! - Without a Safety Net - Daisy Hollman & Mark Williamson - CppCon 2025

https://cppcon.org​ --- Agentic C++ Debugging C++ Live! - Without a Safety Net - Daisy Hollman & Mark Williamson - CppCon ...

1:06:26
Agentic C++ Debugging Live! - Without a Safety Net - Daisy Hollman & Mark Williamson - CppCon 2025

2,566 views

5 days ago

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

2,657 views

3 weeks ago

CppCon
Rust Trait Runtime Polymorphism in C++ - Eduardo Madrid - CppCon 2025

https://cppcon.org --- Rust Trait Runtime Polymorphism in C++ - Eduardo Madrid - CppCon 2025 --- We built a library to support ...

1:00:53
Rust Trait Runtime Polymorphism in C++ - Eduardo Madrid - CppCon 2025

3,571 views

13 days 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

7,506 views

4 weeks ago

CppCon
Zero-Overhead Abstractions: Building Vector Math Libraries with Concepts and Customization Points

https://cppcon.org --- Zero-Overhead Abstractions: Building Flexible Vector Math Libraries with C++20 Concepts and ...

56:21
Zero-Overhead Abstractions: Building Vector Math Libraries with Concepts and Customization Points

6,917 views

2 weeks ago

CppCon
15 Years Doing C++ Standardization Work: A Personal Retrospective - Nevin Liber - CppCon 2025

https://cppcon.org --- 15 Years Doing C++ Standardization Work: A Personal Retrospective - Nevin Liber - CppCon 2025 --- I've ...

1:05:21
15 Years Doing C++ Standardization Work: A Personal Retrospective - Nevin Liber - CppCon 2025

1,524 views

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

2,734 views

4 weeks ago

CppNow
Lightning Talk: Laws of Software - Richard Powell - C++Now 2025

https://www.cppnow.org​ --- Lightning Talk: Laws of Software - Richard Powell - C++Now 2025 --- A collection of Murphy law ...

4:35
Lightning Talk: Laws of Software - Richard Powell - C++Now 2025

934 views

2 weeks ago