ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

496 results

CppCon
Compiler Explorer: The Features You Never Knew Existed - Matt Godbolt - CppCon 2025

https://cppcon.org --- Compiler Explorer: The Features You Never Knew Existed - Matt Godbolt - CppCon 2025 --- Remember ...

1:00:08
Compiler Explorer: The Features You Never Knew Existed - Matt Godbolt - CppCon 2025

3,607 views

15 hours ago

CppCon
Networks in C++ - What's Actually Changing? - Ignas Bagdonas - CppCon 2025

https://cppcon.org​ --- Networks in C++ - What's Actually Changing? - Ignas Bagdonas - CppCon 2025 --- Interfacing to networks ...

1:12:42
Networks in C++ - What's Actually Changing? - Ignas Bagdonas - CppCon 2025

3,137 views

1 day ago

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

27,198 views

7 days ago

CppCon
Mastering the Code Review Process - Pete Muldoon - CppCon 2025

https://cppcon.org --- Mastering the Code Review Process - Pete Muldoon - CppCon 2025 --- In software development, significant ...

1:08:34
Mastering the Code Review Process - Pete Muldoon - CppCon 2025

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

357,630 views

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

14,089 views

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

4 weeks 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,367 views

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

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

5,136 views

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

48,225 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 key ...

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

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

10,172 views

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

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

3,141 views

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

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

10 months ago

CppCon
Back to Basics: Rvalues and Move Semantics in C++ - Amir Kirsh - CppCon 2024

https://cppcon.org​ --- Back to Basics: Rvalues and Move Semantics in C++ - Amir Kirsh - CppCon 2024 --- Rvalue references ...

59:46
Back to Basics: Rvalues and Move Semantics in C++ - Amir Kirsh - CppCon 2024

9,104 views

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

6,037 views

3 weeks ago