ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

818 results

C++ Weekly With Jason Turner
C++ Weekly - Ep 501 - Does C++26 Solve the constexpr Problem?

Awesome T-Shirts! Sponsors! Books! ☟☟ constexpr ALL the things! - https://www.youtube.com/watch?v=HMB9oXFobJc Ep 313 ...

11:31
C++ Weekly - Ep 501 - Does C++26 Solve the constexpr Problem?

10,417 views

2 months ago

CppNuts
constexpr in c++

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts In this video we ...

0:43
constexpr in c++

8,566 views

1 month ago

NDC Conferences
How To Use `constexpr` In C++23 - Jason Turner - NDC TechTown 2024

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

59:53
How To Use `constexpr` In C++23 - Jason Turner - NDC TechTown 2024

6,451 views

11 months ago

CppNow
Lightning Talk: constexpr Copyright - Ben Deane - C++Now 2025

https://www.cppnow.org --- Lightning Talk: constexpr Copyright - Ben Deane - C++Now 2025 --- If I use an immediate function in ...

5:11
Lightning Talk: constexpr Copyright - Ben Deane - C++Now 2025

2,515 views

2 weeks ago

abel cirilo
children discuss constexpr in C++

original video https://www.youtube.com/watch?v=NNU6cbG96M4.

1:52
children discuss constexpr in C++

38,708 views

11 months ago

Mike Shah
C++ templates (if constexpr, type_traits) and preferring free functions | Modern Cpp Series Ep. 214

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

19:33
C++ templates (if constexpr, type_traits) and preferring free functions | Modern Cpp Series Ep. 214

1,309 views

8 months ago

Code To Cash Flow
Why use constexpr for objects in C++?

Did you know C++ can compute values before your program even runs? In this video, we explore how constexpr constructors ...

1:40
Why use constexpr for objects in C++?

1,117 views

5 months ago

NDC Conferences
My favorite (constexpr) data structures - Hana Dusíková - NDC TechTown 2024

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

48:42
My favorite (constexpr) data structures - Hana Dusíková - NDC TechTown 2024

2,477 views

11 months 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,130 views

8 months ago

CppNow
Harnessing constexpr - A Path to Safer C++ - Mikhail Svetkin - C++Now 2025

https://www.cppnow.org --- Harnessing constexpr - A Path to Safer C++ - Mikhail Svetkin - C++Now 2025 --- In the ongoing debate ...

1:25:22
Harnessing constexpr - A Path to Safer C++ - Mikhail Svetkin - C++Now 2025

2,507 views

4 months ago

Carter
constexpr, consteval, and constinit in C++

Subscribe for more programming content! Donate: https://paypal.me/cartercpp Related videos: https://youtu.be/nffCooq5f2o, ...

3:17
constexpr, consteval, and constinit in C++

377 views

3 months ago

Command & Code
Optimizing Embedded Code With constexpr  #computerscience #software #technology #code #programming

n embedded C++, every cycle and every byte matters. That's where constexpr comes in: ✓ Moves calculations from runtime ...

0:58
Optimizing Embedded Code With constexpr #computerscience #software #technology #code #programming

366 views

2 months ago

DeepDiveDev
Constexpr in 4 minutes - C++

In today's video, we're diving into constexpr My Memory Mananagement Series: ...

4:07
Constexpr in 4 minutes - C++

498 views

7 months ago

Professource Code
Boost Performance: Recursive constexpr function with reference vs value parameters

Learn about the performance boost of a recursive constexpr function with reference vs value parameters. Why is a recursive ...

1:54
Boost Performance: Recursive constexpr function with reference vs value parameters

5 views

7 months ago

Carter
constexpr in C++
1:00
constexpr in C++

997 views

7 months ago

The Debug Zone
Why Can't a Destructor Be Marked constexpr in C++? Explained with Examples

In this video, we delve into the intriguing world of C++ and explore the limitations surrounding destructors and the `constexpr` ...

3:09
Why Can't a Destructor Be Marked constexpr in C++? Explained with Examples

21 views

4 months ago

Mike Shah
Template Metaprogramming - if constexpr - part 3 of n | Modern Cpp Series Ep. 223

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

16:42
Template Metaprogramming - if constexpr - part 3 of n | Modern Cpp Series Ep. 223

1,237 views

5 months ago

Konstantin Vladimirov
Lecture 10. Constexpr part I: Entering the Cave of Wonders (MIPT, 2025-2026).

Master's degree lectures at MIPT on modern C++ in English. Department of Microprocessor Technologies. In this lecture, we begin ...

1:19:39
Lecture 10. Constexpr part I: Entering the Cave of Wonders (MIPT, 2025-2026).

811 views

3 weeks ago

vlogize
Understanding the static constexpr vs constexpr in C++ Function Bodies

Explore the key differences between `static constexpr` and `constexpr` in C++ function bodies, and learn how they impact object ...

1:43
Understanding the static constexpr vs constexpr in C++ Function Bodies

5 views

8 months ago

vlogize
Understanding constexpr Evaluation in C++: Why Your Class Members May Not Work as Template Arguments

Explore the nuances of `constexpr` evaluation in C++, with practical examples and explanations to solve common issues with ...

2:03
Understanding constexpr Evaluation in C++: Why Your Class Members May Not Work as Template Arguments

3 views

8 months ago