ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,267 results

Cave of Programming
C++Tutorial for Beginners 44 - Const; a Vital Tool for Reducing Bugs

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

13:35
C++Tutorial for Beginners 44 - Const; a Vital Tool for Reducing Bugs

9,427 views

11 years ago

'Oly Cow Robotics
Quick Tips #0002: #defines and const

Do you need to get rid of magic numbers? Consider using a const variable instead of a #define. Although #defines used to have ...

1:06
Quick Tips #0002: #defines and const

2,315 views

11 years ago

CppNow
C++Now 2019: Daveed Vandevoorde “C++ Constants”

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

1:26:23
C++Now 2019: Daveed Vandevoorde “C++ Constants”

6,734 views

6 years ago

CppNow
C++Now 2017: Ben Deane & Jason Turner "constexpr ALL the things!"

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

1:35:27
C++Now 2017: Ben Deane & Jason Turner "constexpr ALL the things!"

21,660 views

8 years ago

Peter Schneider
What the C standard says about extern const

What the C standard says about extern const I hope you found a solution that worked for you :) The Content (except music ...

3:53
What the C standard says about extern const

2 views

2 years ago

The Debug Zone
Understanding Const References in C++: Do They Preserve Object Lifetime?

In this video, we delve into the intricacies of const references in C++. As a fundamental concept in C++, understanding how const ...

4:39
Understanding Const References in C++: Do They Preserve Object Lifetime?

8 views

1 year ago

The Debug Zone
Why std::unique_ptr Lacks a Const Get Method: Explained and Analyzed

In this video, we delve into the intricacies of C++ smart pointers, focusing specifically on `std::unique_ptr`. While `std::unique_ptr` ...

8:25
Why std::unique_ptr Lacks a Const Get Method: Explained and Analyzed

3 views

1 year ago

The Debug Zone
Understanding Reference Collapsing and Const in C++: A Comprehensive Guide

In this video, we delve into the intricacies of reference collapsing and the use of `const` in C++. Understanding these concepts is ...

1:35
Understanding Reference Collapsing and Const in C++: A Comprehensive Guide

6 views

6 months ago

The Debug Zone
How to Initialize a Const Array Inside a Struct in C/C++: A Complete Guide

In this video, we delve into the intricacies of initializing constant arrays within structs in C and C++. Whether you're a beginner ...

4:25
How to Initialize a Const Array Inside a Struct in C/C++: A Complete Guide

26 views

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

27 views

2 years ago

The Debug Zone
Understanding const References in C++: Why Use const (...)&?

In this video, we delve into the concept of const references in C++, exploring their significance and practical applications. You'll ...

1:54
Understanding const References in C++: Why Use const (...)&?

22 views

7 months ago

Bethany Petr
Passing Arguments in C++: The Hamster Metaphor

Metaphor of passing by reference vs. passing by value in C++ (as well as marking const) using hamsters in a habitrail as example.

0:43
Passing Arguments in C++: The Hamster Metaphor

777 views

13 years ago

SwedenCpp
Harald Achitz: Const should be a type, give me operator .

A lightning talk Event page: * https://gettogether.community/events/4161/0x1d-rtos-in-c-tooling-to-improve-and-a-farewell/ ...

7:16
Harald Achitz: Const should be a type, give me operator .

650 views

5 years ago

The Debug Zone
How to Initialize Const Elements in a C++ Array: A Complete Guide

In this video, we delve into the intricacies of initializing constant elements in C++ arrays. Whether you're a beginner looking to ...

2:39
How to Initialize Const Elements in a C++ Array: A Complete Guide

2 views

1 year ago

The Debug Zone
Why Can't a Destructor Be Marked constexpr in C++? Explained with Examples

In this video, we delve into the intriguing world of C++ and explore the limitations surrounding destructors and the `constexpr` ...

3:09
Why Can't a Destructor Be Marked constexpr in C++? Explained with Examples

21 views

5 months ago

Peter Schneider
What is the const qualifier attached to in C: the memory area or the pointer?

What is the const qualifier attached to in C: the memory area or the pointer? I hope you found a solution that worked for you :) The ...

2:44
What is the const qualifier attached to in C: the memory area or the pointer?

1 view

10 months ago

The Debug Zone
How to Safely Cast Const to Non-Const in C: Tips and Best Practices

In this video, we delve into the intricacies of casting `const` to `non-const` in C, a topic that often raises questions among ...

4:33
How to Safely Cast Const to Non-Const in C: Tips and Best Practices

9 views

1 year ago

The Debug Zone
Understanding Why const int& Can Bind to an int in C++: A Technical Explanation

In this video, we delve into the intricacies of C++ type binding, specifically focusing on the behavior of `const int&` and its ability to ...

7:54
Understanding Why const int& Can Bind to an int in C++: A Technical Explanation

8 views

1 year ago

Julian Kunkel
Week 7-2-5 Type Qualifiers for Pointers: Const, Restrict

... input as c okay we may also declare them as constants so c is a constant they pointed to a constant integers because those are ...

5:36
Week 7-2-5 Type Qualifiers for Pointers: Const, Restrict

186 views

5 years ago

Roel Van de Paar
Implementation defined behaviour changing const type in c

Implementation defined behaviour changing const type in c Helpful? Please support me on Patreon: ...

1:21
Implementation defined behaviour changing const type in c

19 views

3 years ago