ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

78,566 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

25,595 views

5 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

7,233 views

13 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

356,739 views

11 months ago

CppCon
CppCon 2014: Mike Acton "Data-Oriented Design and C++"

http://www.cppcon.org -- Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:27:46
CppCon 2014: Mike Acton "Data-Oriented Design and C++"

801,383 views

11 years ago

CppCon
Branchless Programming in C++ - Fedor Pikus - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Have you ever written code like this: void f(bool b, long x, long& s) ...

1:03:57
Branchless Programming in C++ - Fedor Pikus - CppCon 2021

186,056 views

4 years ago

CppCon
Introduction to Wait-free Algorithms in C++ Programming - Daniel Anderson - CppCon 2024

https://cppcon.org​ --- Introduction to Wait-free Algorithms in C++ Programming - Daniel Anderson - CppCon 2024 --- If you've ...

1:04:42
Introduction to Wait-free Algorithms in C++ Programming - Daniel Anderson - CppCon 2024

53,200 views

1 year 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,851 views

4 weeks ago

CppCon
Peering Forward - C++’s Next Decade - Herb Sutter - CppCon 2024

https://cppcon.org​ CppCon 2024 Early Access: https://cppcon.org/early-access Access All 2024 Session Videos Ahead of Their ...

1:36:30
Peering Forward - C++’s Next Decade - Herb Sutter - CppCon 2024

86,186 views

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

881 views

11 hours ago

CppCon
Back to Basics: Concepts in C++ - Nicolai Josuttis - CppCon 2024

https://cppcon.org​ --- Back to Basics: Concepts in C++ - Nicolai Josuttis - CppCon 2024 --- Concepts are a pretty new key feature ...

1:01:14
Back to Basics: Concepts in C++ - Nicolai Josuttis - CppCon 2024

24,238 views

1 year ago

CppCon
Using Modern C++ to Eliminate Virtual Functions - Jonathan Gopel - CppCon 2022

https://cppcon.org/ --- Using Modern C++ to Eliminate Virtual Functions - Jonathan Gopel - CppCon 2022 ...

1:01:29
Using Modern C++ to Eliminate Virtual Functions - Jonathan Gopel - CppCon 2022

109,723 views

3 years ago

CppCon
C++26 Preview - The Smaller Features - Jeff Garland - CppCon 2024

https://cppcon.org​ --- C++26 Preview - The Smaller Features - Jeff Garland - CppCon 2024 --- Join us as we explore the ...

1:02:21
C++26 Preview - The Smaller Features - Jeff Garland - CppCon 2024

21,180 views

1 year ago

CppCon
CppCon 2018: Stoyan Nikolov “OOP Is Dead, Long Live Data-oriented Design”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:00:46
CppCon 2018: Stoyan Nikolov “OOP Is Dead, Long Live Data-oriented Design”

260,814 views

7 years ago

CppCon
Robust C++ Error Handling in C++26 - Sebastian Theophil - CppCon 2025

https://cppcon.org --- Robust C++ Error Handling in C++26 - Sebastian Theophil - CppCon 2025 --- Every program may encounter ...

46:09
Robust C++ Error Handling in C++26 - Sebastian Theophil - CppCon 2025

3,928 views

6 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,059 views

2 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

4,268 views

3 weeks ago

CppCon
CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced.  What do they really do?”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:14:22
CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced. What do they really do?”

262,247 views

8 years 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,658 views

2 weeks ago

CppCon
CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

59:34
CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”

128,534 views

8 years 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,917 views

7 days ago