Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,244 results
https://cppcon.org --- Back to Basics: Master the static inline, const, and constexpr C++ Keywords - Andreas Fertig - CppCon ...
18,227 views
6 months ago
Earlier, you saw that when a function receives an array (as a pointer), it can modify the original elements. That's powerful, but it's ...
1 view
2 weeks ago
C++ Object Oriented Programming. C++ Classes and OOP. In the previous video we went over how to define a struct, add class ...
1,203 views
11 months ago
You think adding const in C++ is harmless? After all, it's just a read-only promise — no extra instructions, no runtime cost… right?
3,301 views
In this video, we will learn Symbolic Constants in C Programming step by step with easy explanation and examples. This tutorial ...
16 views
2 months ago
https://www.cppnow.org --- Lightning Talk: constexpr Copyright - Ben Deane - C++Now 2025 --- If I use an immediate function in ...
2,703 views
8 months ago
11 views
4 weeks ago
Presented at Core C++ 2025 conference, Tel Aviv. Language: Hebrew Const-correctness is one of the basic features of C++. It ...
109 views
5 months ago
And character XC = to let's say A Y C = to b and z c now let us use uh that function z I equals to sum X I Yi uh Z D equals to sum ...
405 views
Learn how const works in C++ and why const correctness is important. In this video, you'll understand how to use const with ...
94 views
3 months ago
In this video, we take a deep dive into the C++ `constexpr` keyword and explore how it enables compile-time computation. You'll ...
5 views
C++ has somehow managed to create at least seven different ways of writing code that looks like it executes at compile time.
432 views
C programming with const parameter in function Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
3 views
4 months ago
Learn C programming from scratch Day 5: Constants in C explained step by step. In this video: 00:00 Introduction to constants ...
35 views
Topics Covered: What is a const function? Why do we use const functions in C++? Difference between const and non-const ...
574 views
1 year ago
This talk was recorded at NDC Toronto in Toronto, Canada. #ndctoronto #ndcconferences #developer #softwaredeveloper Attend ...
409 views
1 month ago
This lecture dives into key concepts behind C++ classes in Rosetta, with a focus on how they translate to PyRosetta. We start by ...
In this video, we explore the C++20 `consteval` keyword and how it differs from `constexpr`. You'll learn what immediate functions ...
18 views
In C++, const is often taught as a simple "read-only" flag, but for senior developers, it represents a deep architectural contract.
105 views
"const" is a simple #keyword in C++. Do you think you know everything about it? Take a Quiz with us, and let's discuss all the ...
80 views