Sponsored
Sponsored
Media Summary: Full C++ Series Playlist: ▻Find full courses on: ... Constants in modern C++ can be quite confusing... in this video we will talk about the 4 constant related keywords in C++ and ... This talk was recorded at NDC TechTown in Kongsberg, Norway.  ...

Constexpr In C With Code - Detailed Analysis & Overview

Full C++ Series Playlist: ▻Find full courses on: ... Constants in modern C++ can be quite confusing... in this video we will talk about the 4 constant related keywords in C++ and ... This talk was recorded at NDC TechTown in Kongsberg, Norway.  ... --- Back to Basics: Master the static inline, const, and Obey this one simple C++ trick for a 1000x performance gain: Awesome T-Shirts! Sponsors! Books! ☟☟ LEARN how to WRITE ✍️ , RECOGNIZE , and GENERATE better C++!

This video demonstrates the significance of Unlock the Power of Const in C++ Explore the --- In my experience as a trainer, YouTuber, and speaker, I find that ...

Photo Gallery

Introduction to constexpr | Modern Cpp Series Ep. 86
CONSTANTS in C++
How To Use `constexpr` In C++23 - Jason Turner - NDC TechTown 2024
Understanding The constexpr 2-Step - Jason Turner - C++ on Sea 2024
Back to Basics: Master the static, inline, const, and constexpr C++ Keywords - Andreas Fertig
C++ Super Optimization: 1000X Faster
constexpr C++
Constexpr STL Containers: Why C++20 Still Falls Short - Sergey Dobychin - CppCon 2025
Advanced C 29: constexpr in C??
C++ Weekly - Ep 432 - Why constexpr Matters
C++ Weekly - Ep 159 - `constexpr` `virtual` Members In C++20
Constexpr in C++ | With Code Example | #Yes_Its_Easy
View Detailed Profile
Introduction to constexpr | Modern Cpp Series Ep. 86

Introduction to constexpr | Modern Cpp Series Ep. 86

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

CONSTANTS in C++

CONSTANTS in C++

Constants in modern C++ can be quite confusing... in this video we will talk about the 4 constant related keywords in C++ and ...

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

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

Understanding The constexpr 2-Step - Jason Turner - C++ on Sea 2024

Understanding The constexpr 2-Step - Jason Turner - C++ on Sea 2024

https://cpponsea.uk​ --- Understanding The

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

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

Sponsored
C++ Super Optimization: 1000X Faster

C++ Super Optimization: 1000X Faster

Obey this one simple C++ trick for a 1000x performance gain:

constexpr C++

constexpr C++

Constexpr In C

Constexpr STL Containers: Why C++20 Still Falls Short - Sergey Dobychin - CppCon 2025

Constexpr STL Containers: Why C++20 Still Falls Short - Sergey Dobychin - CppCon 2025

https://cppcon.org​ ---

Advanced C 29: constexpr in C??

Advanced C 29: constexpr in C??

The C23 standard added a minimal form of

C++ Weekly - Ep 432 - Why constexpr Matters

C++ Weekly - Ep 432 - Why constexpr Matters

Awesome T-Shirts! Sponsors! Books! ☟☟ LEARN how to WRITE ✍️ , RECOGNIZE , and GENERATE better C++!

C++ Weekly - Ep 159 - `constexpr` `virtual` Members In C++20

C++ Weekly - Ep 159 - `constexpr` `virtual` Members In C++20

Awesome T-Shirts! Sponsors! Books! ☟☟ LEARN how to WRITE ✍️ , RECOGNIZE , and GENERATE better C++!

Constexpr in C++ | With Code Example | #Yes_Its_Easy

Constexpr in C++ | With Code Example | #Yes_Its_Easy

This video demonstrates the significance of

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

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

Awesome T-Shirts! Sponsors! Books! ☟☟ LEARN how to WRITE ✍️ , RECOGNIZE , and GENERATE better C++!

C++ Weekly - Ep 41 - C++17's constexpr Lambda Support

C++ Weekly - Ep 41 - C++17's constexpr Lambda Support

Awesome T-Shirts! Sponsors! Books! ☟☟ LEARN how to WRITE ✍️ , RECOGNIZE , and GENERATE better C++!

Const in C++: Variables, Pointers, Constexpr, Pointer and Reference to Const Are Explained

Const in C++: Variables, Pointers, Constexpr, Pointer and Reference to Const Are Explained

Unlock the Power of Const in C++ Explore the

Your New Mental Model of constexpr - Jason Turner - CppCon 2021

Your New Mental Model of constexpr - Jason Turner - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- In my experience as a trainer, YouTuber, and speaker, I find that ...

CppCon 2017: Ben Deane & Jason Turner “constexpr ALL the Things!”

CppCon 2017: Ben Deane & Jason Turner “constexpr ALL the Things!”

http://CppCon.org — Presentation Slides, PDFs, Source

CppCon 2015: Scott Schurr “constexpr: Introduction”

CppCon 2015: Scott Schurr “constexpr: Introduction”

http://www.Cppcon.org — Presentation Slides, PDFs, Source

C++  constexpr // a tool for optimizing your code

C++ constexpr // a tool for optimizing your code

We continue our series on

C++ Weekly - Ep 312 - Stop Using `constexpr` (And Use This Instead!)

C++ Weekly - Ep 312 - Stop Using `constexpr` (And Use This Instead!)

Awesome T-Shirts! Sponsors! Books! ☟☟ LEARN how to WRITE ✍️ , RECOGNIZE , and GENERATE better C++!

Related Video Content

constexpr specifier (since C++11) - cppreference.com information

The constexpr specifier declares that it is possible to evaluate the value of the entities at compile time. Such...

Understanding constexpr Specifier in C++ - GeeksforGeeks information

Jan 15, 2026 · constexpr is a feature added in C++ 11. The main idea is a performance improvement of programs by...

What's the difference between constexpr and const? information

Here, both constexpr and const are required: constexpr always refers to the expression being declared (here NP),...

Constexpr — cppcheatsheet information

2 days ago · The constexpr specifier declares that a function can be evaluated at compile time when called with...

constexpr - Wikipedia information

constexpr constexpr is a specifier keyword in the C and C++ programming languages which, roughly speaking, specifies...

Sponsored