ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

549 results

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

8,563 views

2 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

6,931 views

3 months ago

CppCon
Knockin' on Header's Door: An Overview of C++ Modules - Alexsandro Thomas - CppCon 2025

https://cppcon.org --- Knockin' on Header's Door: An Overview of C++ Modules - Alexsandro Thomas - CppCon 2025 --- C++20 ...

1:03:38
Knockin' on Header's Door: An Overview of C++ Modules - Alexsandro Thomas - CppCon 2025

7,571 views

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

60,538 views

5 months ago

CppCon
The Evolution of std::optional - From Boost to C++26 - Steve Downey - CppCon 2025

https://cppcon.org --- The Evolution of std::optional - From Boost to C++26 - Steve Downey - CppCon 2025 --- Optionals were first ...

59:49
The Evolution of std::optional - From Boost to C++26 - Steve Downey - CppCon 2025

6,149 views

5 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

8,878 views

3 months ago

CppCon
The Dangers of C++: How to Mitigate Them and Write Safe C++ - Assaf Tzur-El

https://cppcon.org --- The Dangers of C++: How to Mitigate Them and Write Safe C++ - Assaf Tzur-El - CppCon 2025 --- C++ offers ...

50:09
The Dangers of C++: How to Mitigate Them and Write Safe C++ - Assaf Tzur-El

4,958 views

4 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

8,437 views

3 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

14,300 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

21,800 views

3 months ago

CppCon
C++: Some Assembly Required - Matt Godbolt - CppCon 2025

https://cppcon.org/ --- C++: Some Assembly Required - Matt Godbolt - CppCon 2025 Join Matt in exploring how the C++ ...

1:31:06
C++: Some Assembly Required - Matt Godbolt - CppCon 2025

16,135 views

12 days ago

CppCon
Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew Drakeford

https://cppcon.org --- Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew Drakeford - CppCon 2025 ...

53:30
Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew Drakeford

7,946 views

4 months ago

CppCon
Lightning Talk: A Pack as an Optional Parameter - Braden Ganetsky - CppCon 2025

https://cppcon.org​ --- A Pack as an Optional Parameter - Braden Ganetsky - CppCon 2025 --- With fold expressions landing in ...

5:54
Lightning Talk: A Pack as an Optional Parameter - Braden Ganetsky - CppCon 2025

1,856 views

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

7,620 views

4 months ago

CppCon
Why Every C++ Developer Should Attend CppCon 2026 - 12th-18th September

Register Now: https://cppcon.org/ 12th-18th September 2026 - Aurora, Colorado, USA Join us for CppCon, the annual week-long ...

2:13
Why Every C++ Developer Should Attend CppCon 2026 - 12th-18th September

2,217 views

1 month ago

CppCon
Lightning Talk: Only Forward: Why Concurrency Works in C++ - Thomas Cassell - CppCon 2025

https://cppcon.org​ --- Only Forward: Why Concurrency Works in C++ - Thomas Cassell - CppCon 2025 --- A quick delve into ...

3:56
Lightning Talk: Only Forward: Why Concurrency Works in C++ - Thomas Cassell - CppCon 2025

952 views

23 hours ago

CppCon
Back to Basics: How To Improve C++ Code Reviews - Chandranath Bhattacharyya & Kathleen Baker

https://cppcon.org --- Back to Basics: How To Improve C++ Code Reviews - Chandranath Bhattacharyya & Kathleen Baker ...

57:01
Back to Basics: How To Improve C++ Code Reviews - Chandranath Bhattacharyya & Kathleen Baker

4,874 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,922 views

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

32,722 views

5 months ago

CppCon
Why Every C++ Game Developer Should Learn SDL 3 Now - Mike Shah - CppCon 2025

https://cppcon.org​ --- Why Every C++ Game Developer Should Learn SDL 3 Now - Mike Shah - CppCon 2025 --- The C++ ...

1:05:31
Why Every C++ Game Developer Should Learn SDL 3 Now - Mike Shah - CppCon 2025

35,436 views

3 weeks ago