ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,404 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

19,109 views

6 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,714 views

8 months ago

Code Craft with Rajiv Pujala
4. Constants in C++ Explained | const Keyword & Best Practices (Beginner)

Welcome to Video 4 of the C++ Programming Basics: Complete Beginner to Intermediate Course In this video, you'll learn ...

3:59
4. Constants in C++ Explained | const Keyword & Best Practices (Beginner)

9 views

7 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,309 views

6 months 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,236 views

11 months ago

Benjamin Fadina
C Programming #51 — Constants: const, #define, and enum

Lesson 51 of C Programming: A Complete Course. Covers §5.8 — Data Types, Variables, and Constants. Chapters 0:00 const ...

4:51
C Programming #51 — Constants: const, #define, and enum

6 views

13 days ago

GOO Coding Academy and 2 more
Master const in C++ with This Real Example 🔥 (Circle Area Program)

Confused about the const keyword in C++? In this beginner-friendly tutorial from GOO Coding Academy, you'll learn how and ...

10:51
Master const in C++ with This Real Example 🔥 (Circle Area Program)

15 views

5 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 🔥

22 views

3 months 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

428 views

1 month ago

IT HUB
C++ Secret You MUST Learn! Default & Const Arguments Made EASY in Pashto Lecture 43

Master C++ default and constant arguments in Pashto with easy examples and real coding now In this C++ Pashto Course ...

15:17
C++ Secret You MUST Learn! Default & Const Arguments Made EASY in Pashto Lecture 43

356 views

3 months 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

114 views

6 months ago

ByteClocker
C++ Lied To You About const&

Every C++ developer is taught the golden rule of references: binding a temporary object to a const reference extends its lifetime.

4:12
C++ Lied To You About const&

4,615 views

4 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

13 views

1 month 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

2 views

4 weeks 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

Kiran Shares
Constants in C | const Keyword vs #define | Full Tutorial

Learn everything about Constants in C Programming! In this video, we explain what constants are, why they are important, and ...

11:22
Constants in C | const Keyword vs #define | Full Tutorial

3 views

9 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

21 views

3 months ago

JJ Coders
Constant in C programming

This video explains constant in C programming. It's also explains how to use const keyword to make variable as constant variable ...

2:57
Constant in C programming

24 views

8 months 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

5 months 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