ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

724,627 results

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

54,957 views

3 months ago

LaurieWired
Why Fighter Jets Ban 90% of C++ Features

A single unhandled exception destroyed a $500 million rocket in seconds. The F-35 wasn't going to make the same mistake.

33:50
Why Fighter Jets Ban 90% of C++ Features

989,436 views

3 months ago

Lazo Velko
The worst programming language of all time

A little video about C++. 0:00 Introduction 1:39 Casting in C++. 2:47 Keywords 5:31 Types 7:02 Different Ways to Do the Same ...

2:09:26
The worst programming language of all time

526,179 views

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

7,261 views

2 months ago

cpponsea
Three Cool Things in C++26: Safety, Reflection & std::execution - Herb Sutter - C++ on Sea 2025

https://cpponsea.uk​ --- Three Cool Things in C++26: Safety, Reflection & std::execution - Herb Sutter - C++ on Sea 2025 --- It's ...

1:11:10
Three Cool Things in C++26: Safety, Reflection & std::execution - Herb Sutter - C++ on Sea 2025

37,581 views

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

5,654 views

2 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

18,545 views

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

12,313 views

11 months ago

Millennial Moron
CPP Investments Underperforms... Again

CPP Investments has released their annual report for 2025, and it's… not great. We'll be talking about investment performance, ...

20:01
CPP Investments Underperforms... Again

23,405 views

9 months ago

Wookash Podcast
Avoiding Modern C++ | Anton Mikhailov

Anton Mikhailov X: https://x.com/antovsky Anton's Calculator - Naut: https://antovsky.itch.io/naut Wookash Podcast Show links: ...

2:21:42
Avoiding Modern C++ | Anton Mikhailov

40,436 views

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

34,687 views

1 month ago

CppNow
C++ Generic Programming Considered Harmful? - Jeff Garland - C++Now 2025

https://www.cppnow.org --- C++ Generic Programming Considered Harmful? - Jeff Garland - C++Now 2025 --- In his seminal 1968 ...

1:35:03
C++ Generic Programming Considered Harmful? - Jeff Garland - C++Now 2025

5,091 views

4 months ago

CppCon
Back to Basics: C++ Concepts - Jeff Garland - CppCon 2025

https://cppcon.org --- Back to Basics: C++ Concepts - Jeff Garland - CppCon 2025 --- C++20 introduced concepts as a first-class ...

1:03:01
Back to Basics: C++ Concepts - Jeff Garland - CppCon 2025

5,338 views

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

22,086 views

2 months ago

Tsoding Daily
C++ Library that Cracked Networking

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - Intro - 00:02:06 - First look ...

2:06:59
C++ Library that Cracked Networking

61,579 views

10 months ago

CppNow
Are We There Yet? - The Future of C++ Software Development - Sean Parent - C++Now 2025

https://www.cppnow.org --- Are We There Yet? - The Future of C++ Software Development - Sean Parent - C++Now 2025 --- At the ...

1:39:24
Are We There Yet? - The Future of C++ Software Development - Sean Parent - C++Now 2025

10,428 views

6 months ago

Meeting Cpp
The real problem of C++ - Klaus Iglberger - Meeting C++ 2025

An analysis from Klaus Iglberger about what the real problem is with C++ from Meeting C++ 2025. Slides: ...

1:04:43
The real problem of C++ - Klaus Iglberger - Meeting C++ 2025

15,183 views

2 months ago

CppCon
Back to Basics: Master the static, inline, const, and constexpr C++ Keywords - Andreas Fertig

https://cppcon.org​ --- Back to Basics: Master the static inline, const, and constexpr C++ Keywords - Andreas Fertig - CppCon ...

1:00:19
Back to Basics: Master the static, inline, const, and constexpr C++ Keywords - Andreas Fertig

12,266 views

1 month ago

CppCon
Threads vs Coroutines — Why C++ Has Two Concurrency Models - Conor Spilsbury - CppCon 2025

https://cppcon.org --- Threads vs Coroutines — Why C++ Has Two Concurrency Models - Conor Spilsbury - CppCon 2025 --- The ...

51:58
Threads vs Coroutines — Why C++ Has Two Concurrency Models - Conor Spilsbury - CppCon 2025

15,718 views

13 days ago

CppNow
C++ as a Microscope Into Hardware - Linus Boehm - C++Now 2025

https://www.cppnow.org --- C++ as a Microscope Into Hardware - Linus Boehm - C++Now 2025 --- In this talk we will use small ...

1:31:19
C++ as a Microscope Into Hardware - Linus Boehm - C++Now 2025

4,164 views

4 months ago