ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

78,362 results

CppCon
Lightning Talk: How to Win at Coding Interviews - David Stone - CppCon 2022

https://cppcon.org/ --- Lightning Talk: How to Win at Coding Interviews - David Stone - CppCon 2022 ...

5:55
Lightning Talk: How to Win at Coding Interviews - David Stone - CppCon 2022

36,461 views

2 years ago

CppCon
CppCon 2017: Victor Ciura “10 Things Junior C++ Devs Don't Get”

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

4:33
CppCon 2017: Victor Ciura “10 Things Junior C++ Devs Don't Get”

34,107 views

8 years ago

CppCon
This One Weird Trick: std::integral_constant - Jorg Brown - CppCon 2019

http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...

4:45
This One Weird Trick: std::integral_constant - Jorg Brown - CppCon 2019

8,998 views

6 years ago

CppCon
CppCon 2018: Jon Kalb “Copy Elision”

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

5:02
CppCon 2018: Jon Kalb “Copy Elision”

20,172 views

7 years ago

CppCon
Lightning Talk: How Far Should You Indent Your Code? - The Number Of The Counting - Dave Steffen

https://cppcon.org --- Lightning Talk: How Far Should You Indent Your Code? The Number Of The Counting - Dave Steffen ...

6:04
Lightning Talk: How Far Should You Indent Your Code? - The Number Of The Counting - Dave Steffen

5,599 views

10 months ago

CppCon
Lightning Talk: Finding the Average of 2 Integers - Tomer Vromen - CppCon 2022

https://cppcon.org/ --- Lightning Talk: Finding the Average of 2 Integers - Tomer Vromen - CppCon 2022 ...

5:03
Lightning Talk: Finding the Average of 2 Integers - Tomer Vromen - CppCon 2022

9,101 views

2 years ago

CppCon
Lightning Talk: Let's Write a Lambda in C++ - Ben Deane - CppCon 2023

https://cppcon.org/ --- Lightning Talk: Let's Write a Lambda in C++ - Ben Deane - CppCon 2023 ...

6:22
Lightning Talk: Let's Write a Lambda in C++ - Ben Deane - CppCon 2023

13,550 views

1 year ago

CppCon
Lightning Talk: The Responsibility of C++ - Neil Henderson - CppCon 2023

https://cppcon.org/ --- Lightning Talk: The Responsibility of C++ - Neil Henderson - CppCon 2023 ...

5:14
Lightning Talk: The Responsibility of C++ - Neil Henderson - CppCon 2023

4,351 views

1 year ago

CppCon
CppCon 2016: Giuseppe D'Angelo “Introducing Qt Creator: a fast IDE for C++ development"

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

5:12
CppCon 2016: Giuseppe D'Angelo “Introducing Qt Creator: a fast IDE for C++ development"

5,806 views

9 years ago

CppCon
Lightning Talk: majsdown: Metaprogramming? In my Slides? - Vittorio Romeo - CppCon 2022

https://cppcon.org/ --- Lightning Talk: majsdown: Metaprogramming? In my Slides? - Vittorio Romeo - CppCon 2022 ...

5:19
Lightning Talk: majsdown: Metaprogramming? In my Slides? - Vittorio Romeo - CppCon 2022

3,056 views

2 years ago

CppCon
CppCon 2015: Julian Storer "The Projucer"

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

14:46
CppCon 2015: Julian Storer "The Projucer"

5,276 views

10 years ago

CppCon
CppCon 2016: Jon Kalb “unsigned: A Guideline for Better Code"

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

6:08
CppCon 2016: Jon Kalb “unsigned: A Guideline for Better Code"

20,129 views

9 years ago

CppCon
Text - Corentin Jabot - CppCon 2019

http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...

8:03
Text - Corentin Jabot - CppCon 2019

3,824 views

6 years ago

CppCon
CppCon 2018: Borislav Stanimirov “The Bad Big Wolf Meets Riding Hood Little Red”

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

6:19
CppCon 2018: Borislav Stanimirov “The Bad Big Wolf Meets Riding Hood Little Red”

6,890 views

7 years ago

CppCon
Lightning Talk: I'm a C++ Expert (And Proud Of It) - Chloé Lourseyre - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Lightning Talk: I'm a C++ Expert (And Proud Of It) My impression ...

4:12
Lightning Talk: I'm a C++ Expert (And Proud Of It) - Chloé Lourseyre - CppCon 2021

7,785 views

3 years ago

CppCon
CppCon 2016: Arno Lepisk “On using singletons in C++"

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

5:28
CppCon 2016: Arno Lepisk “On using singletons in C++"

11,434 views

9 years ago

CppCon
Lightning Talk: Memoizing Constexpr Programs - Chris Philip - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Lightning Talk: Memoizing Constexpr Programs --- Chris Philip ...

4:49
Lightning Talk: Memoizing Constexpr Programs - Chris Philip - CppCon 2021

5,791 views

3 years ago

CppCon
Macro-Free Testing With C++20 - Kris Jusiak - CppCon 2020

https://cppcon.org/ https://github.com/CppCon/CppCon2020 --- If this lightning talk we will follow the Beyonce Rule - 'If you liked it ...

5:54
Macro-Free Testing With C++20 - Kris Jusiak - CppCon 2020

6,389 views

5 years ago

CppCon
Lightning Talk: The UB Detector: constexpr - Andreas Fertig - CppCon 2024

https://cppcon.org --- The UB Detector: constexpr - Andreas Fertig - CppCon 2024 --- A constexpr function evaluated at compile ...

6:43
Lightning Talk: The UB Detector: constexpr - Andreas Fertig - CppCon 2024

5,280 views

10 months ago

CppCon
Lightning Talk: find-move-candidates in Cpp - Chris Cotter - CppCon 2022

https://cppcon.org/ --- Lightning Talk: find-move-candidates in C++ - Chris Cotter - CppCon 2022 ...

5:29
Lightning Talk: find-move-candidates in Cpp - Chris Cotter - CppCon 2022

6,708 views

2 years ago