ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113,059 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

Jenny's Lectures CS IT
C_07 Constants in C | Types of Constants | Programming in C

Discussed all the type of Constants in C language Enrollment links: CS/IT: https://bit.ly/34eWgCW To get 10% discount use ...

20:10
C_07 Constants in C | Types of Constants | Programming in C

757,402 views

5 years ago

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

Unlock the Power of Const in C++ Explore the example codes from this video and more in our Code Examples Repository: ...

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

174 views

2 years ago

CoreCppIL
Const Correctness: How To Be Const Correct And Amazing At It

Presented by A.J. Orians at Core C++ 2022. The const keyword is fundamental in C++ and an awesome tool in your toolbox.

58:40
Const Correctness: How To Be Const Correct And Amazing At It

868 views

3 years ago

CppCon
CppCon 2015: Richard Powell “The Importance of Being const"

http://www.Cppcon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

53:25
CppCon 2015: Richard Powell “The Importance of Being const"

16,863 views

10 years ago

Kevin Frei
Scott Meyers @ NWCPP:  Red Code/Green Code - Generalizing Const

C++ compilers allow non-const code to call const code, but going the other way requires a cast. In this talk, Scott describes an ...

1:13:37
Scott Meyers @ NWCPP: Red Code/Green Code - Generalizing Const

8,525 views

13 years ago

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

1:04:44
Your New Mental Model of constexpr - Jason Turner - CppCon 2021

72,260 views

4 years ago

Jonathan Müller
const, volatile, restrict - Writing a C interpreter - Part 15

In this series, we will write an interpreter for a subset of C23. Source code: https://github.com/foonathan/clauf * Latest draft of the C ...

1:02:43
const, volatile, restrict - Writing a C interpreter - Part 15

146 views

Streamed 3 years 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

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

7,616 views

1 year ago

Meeting Cpp
const and constexpr - Rainer Grimm - Meeting C++ online

const and constexpr - Rainer Grimm - Meeting C++ online Slides: https://slides.meetingcpp.com Survey: ...

52:13
const and constexpr - Rainer Grimm - Meeting C++ online

1,660 views

4 years ago

CppCon
CppCon 2016: Dietmar Kühl “Constant Fun"

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:03:37
CppCon 2016: Dietmar Kühl “Constant Fun"

8,027 views

9 years ago

Systementor Learning
Unraveling the Mysteries of `const` in C++! Conquer the complexities of constant correctness?

Dive into a deep-dive exploration of the `const` keyword in C++. This comprehensive tutorial tackles everything from its basic ...

43:01
Unraveling the Mysteries of `const` in C++! Conquer the complexities of constant correctness?

93 views

2 years ago

CppCon
Back to Basics: Const as a Promise -  Dan Saks - CppCon 2019

http://CppCon.org Discussion & Comments: https://www.reddit.com/r/cpp/ Presentation Slides, PDFs, Source Code and other ...

1:01:34
Back to Basics: Const as a Promise - Dan Saks - CppCon 2019

21,111 views

6 years ago

MewStat
Variable Declaration: auto and const

Using auto and const in variable declarations and/or initializations.

26:52
Variable Declaration: auto and const

34 views

3 years ago

Warwick RSE
Const Correctness and internal restictions

It can sometimes be useful to restrict what people can do in parts of your code. As a simple example, you can prevent them from ...

37:20
Const Correctness and internal restictions

32 views

3 years ago

Rust Programming Language
Constant fun (const fn) with Rust - Rainer Stropek - Rust Linz June 2022

Everybody knows constants from other programming languages. But as so often, Rust is different and knows a lot of tricks ...

41:33
Constant fun (const fn) with Rust - Rainer Stropek - Rust Linz June 2022

21,346 views

4 years ago

Oceano
2.3 The C programming language: Constants

Canale Italiano - https://www.youtube.com/channel/UCgq3a4_mJ0YCwzWu4tW90kQ . Canale Italiano ...

40:38
2.3 The C programming language: Constants

1,408 views

3 years ago

ByteGenesis
👉 “Const vs Read-only vs Global Variable in C# 🔥 Explained with Examples (2026)”

Confused between Const, Readonly, and Global Variables in C#? This video will clear all your doubts with simple examples In ...

28:27
👉 “Const vs Read-only vs Global Variable in C# 🔥 Explained with Examples (2026)”

194 views

4 months ago

KDAB
Understanding qAsConst / std::as_const

Do you remember to add qAsConst around your Qt containers when you iterate them? If not, there is a real risk that you are paying ...

21:37
Understanding qAsConst / std::as_const

1,389 views

4 years ago