ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,244 results

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

18,227 views

6 months ago

Glass Box Computing
Pointers and const — Programming With C | 6.4

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

14:25
Pointers and const — Programming With C | 6.4

1 view

2 weeks ago

Kenny Yip Coding
C++ Const Member Functions (Const Methods)

C++ Object Oriented Programming. C++ Classes and OOP. In the previous video we went over how to define a struct, add class ...

8:51
C++ Const Member Functions (Const Methods)

1,203 views

11 months ago

CodeBing
Why Adding const Can Destroy C++ Performance

You think adding const in C++ is harmless? After all, it's just a read-only promise — no extra instructions, no runtime cost… right?

6:25
Why Adding const Can Destroy C++ Performance

3,301 views

6 months ago

Easy Programming with Pritesh
Symbolic Constants in C Explained | #define vs const 🔥

In this video, we will learn Symbolic Constants in C Programming step by step with easy explanation and examples. This tutorial ...

4:38
Symbolic Constants in C Explained | #define vs const 🔥

16 views

2 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,703 views

8 months ago

Glass Box Computing
6.4 Pointers and const — Programming Fluency in C | Previous Version

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

14:25
6.4 Pointers and const — Programming Fluency in C | Previous Version

11 views

4 weeks ago

CoreCppIL
const correctly in C++ : : Alex Cohn

Presented at Core C++ 2025 conference, Tel Aviv. Language: Hebrew Const-correctness is one of the basic features of C++. It ...

30:13
const correctly in C++ : : Alex Cohn

109 views

5 months ago

Jeevan Pant
Modern C++: static_assert, constexpr, consteval

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

54:14
Modern C++: static_assert, constexpr, consteval

405 views

11 months ago

Tumelo Meso
C++ Tutorial #17 | Constness Made Easy

Learn how const works in C++ and why const correctness is important. In this video, you'll understand how to use const with ...

10:18
C++ Tutorial #17 | Constness Made Easy

94 views

3 months ago

Random Sciences Archive
C++ constexpr Explained: Compile-Time Programming

In this video, we take a deep dive into the C++ `constexpr` keyword and explore how it enables compile-time computation. You'll ...

13:43
C++ constexpr Explained: Compile-Time Programming

5 views

2 months ago

Tomas Diblik
Why C++ has 7 different const keywords (It's a mess)

C++ has somehow managed to create at least seven different ways of writing code that looks like it executes at compile time.

9:45
Why C++ has 7 different const keywords (It's a mess)

432 views

2 weeks ago

Roel Van de Paar
C programming with const parameter in function (4 Solutions!!)

C programming with const parameter in function Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:27
C programming with const parameter in function (4 Solutions!!)

3 views

4 months ago

LearningWithDevika
Day 5 – Constants in C | #define vs const | Types of Constants | C Programming for Beginners

Learn C programming from scratch Day 5: Constants in C explained step by step. In this video: 00:00 Introduction to constants ...

5:56
Day 5 – Constants in C | #define vs const | Types of Constants | C Programming for Beginners

35 views

6 months ago

A++ TUTORIALS
Const vs Non-Const Functions in C++ Explained with Example | A++ Tutorials#computerscience #oop

Topics Covered: What is a const function? Why do we use const functions in C++? Difference between const and non-const ...

4:39
Const vs Non-Const Functions in C++ Explained with Example | A++ Tutorials#computerscience #oop

574 views

1 year ago

NDC Conferences
Lessons learned while coding my first functional type system in constexpr C++ - Daniel Nikpayuk

This talk was recorded at NDC Toronto in Toronto, Canada. #ndctoronto #ndcconferences #developer #softwaredeveloper Attend ...

55:20
Lessons learned while coding my first functional type system in constexpr C++ - Daniel Nikpayuk

409 views

1 month ago

RosettaCommons
More C++ classes: this pointer, const, and function signatures

This lecture dives into key concepts behind C++ classes in Rosetta, with a focus on how they translate to PyRosetta. We start by ...

47:41
More C++ classes: this pointer, const, and function signatures

16 views

4 months ago

Random Sciences Archive
C++ consteval Explained: Guaranteed Compile-Time Functions

In this video, we explore the C++20 `consteval` keyword and how it differs from `constexpr`. You'll learn what immediate functions ...

18:48
C++ consteval Explained: Guaranteed Compile-Time Functions

18 views

2 months ago

Last Mile Developer
Why C++ const is More Than Just "Read-Only" | Ep. 8 | #clips

In C++, const is often taught as a simple "read-only" flag, but for senior developers, it represents a deep architectural contract.

3:42
Why C++ const is More Than Just "Read-Only" | Ep. 8 | #clips

105 views

1 month ago

Maccheroni Code
Think You Understand const in C++? Take This Quiz

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

13:15
Think You Understand const in C++? Take This Quiz

80 views

2 months ago