ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

492 results

CppCon
Reflection: C++’s Decade-Defining Rocket Engine - Herb Sutter - CppCon 2025

https://cppcon.org/ --- Reflection: C++'s Decade-Defining Rocket Engine - Herb Sutter - CppCon 2025 In June 2025, C++ crossed ...

1:41:56
Reflection: C++’s Decade-Defining Rocket Engine - Herb Sutter - CppCon 2025

22,310 views

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

507 views

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

355,562 views

10 months ago

CppCon
C++ Performance Tips: Cutting Down on Unnecessary Objects - Prithvi Okade & Kathleen Baker - CppCon

https://cppcon.org --- C++ Performance Tips: Cutting Down on Unnecessary Objects - Prithvi Okade & Kathleen Baker - CppCon ...

53:02
C++ Performance Tips: Cutting Down on Unnecessary Objects - Prithvi Okade & Kathleen Baker - CppCon

4,423 views

5 days ago

CppCon
Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025

https://cppcon.org --- Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025 --- The ...

1:05:33
Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025

2,801 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

13,555 views

4 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

47,826 views

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

7,023 views

10 days 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,718 views

2 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

6,135 views

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

4,154 views

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

5,379 views

2 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

25,607 views

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

15,469 views

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

28,131 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 ...

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

5,498 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

6,844 views

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

5,017 views

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

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

2 weeks ago