ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,276 results

Paul Mc Quade
4# C++23 Smart Pointers - 'C++23 in 3 minutes' by Paul McQuade

C++23 Smart Pointers: Chapters: Intro - (0:00) What is a smart Pointer? - (0:05) Why use smart Pointers? - (0:26) Using Smart ...

3:01
4# C++23 Smart Pointers - 'C++23 in 3 minutes' by Paul McQuade

50 views

1 year ago

Logic Hive
Smart Pointers C++ Interview Answer

Passing answer to an interview question regarding smart pointers Instagram: https://www.instagram.com/devman.andrew/

2:18
Smart Pointers C++ Interview Answer

575 views

3 years ago

que8
Mastering Smart Pointers in C++: Unique_ptr, Shared_ptr, and Weak_ptr Explained!

Dive into the world of C++ memory management with our comprehensive guide on Smart Pointers. This tutorial covers unique_ptr, ...

3:15
Mastering Smart Pointers in C++: Unique_ptr, Shared_ptr, and Weak_ptr Explained!

342 views

2 years ago

Knowledge Center
C++ Smart Pointers: Why Smart Pointers?

Why are Smart Pointers necessary? Watch the complete playlist on C++ Smart Pointers: ...

2:23
C++ Smart Pointers: Why Smart Pointers?

2,662 views

6 years ago

vlogommentary
Using Arrays as Smart Pointers in C: Pros and Cons

Learn why using arrays as smart pointers in C might not be the best approach, and understand modern best practices for memory ...

3:14
Using Arrays as Smart Pointers in C: Pros and Cons

0 views

2 weeks ago

CppNuts
Why Smart Pointers Are Better Than Raw Pointers

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts In this video we ...

0:58
Why Smart Pointers Are Better Than Raw Pointers

3,245 views

3 months ago

Cow Corporation
C++'s Smart Pointers: Owning an Array

Welcome to the Cow Corporation's series of videos about software engineering. The topic of this video is C++ smart pointers that ...

3:06
C++'s Smart Pointers: Owning an Array

56 views

4 years ago

Cow Corporation
C++'s Smart Pointers: Returning this

Welcome to the Cow Corporation's series of videos about software engineering. The topic of this video is returning the this pointer ...

3:21
C++'s Smart Pointers: Returning this

21 views

4 years ago

Linkfy
How smart pointers work

Cuando estás trabajando con C y tienes que hacer un puntero normalmente tienes que hacer algo como esto así es como ...

2:00
How smart pointers work

19,590 views

5 months ago

RoboJackets Training
Smart Pointers | C++ 3 - 4 | Software Training Fall 2021

This video is part of the RoboJackets Software Training Program for Fall 2021. https://robojackets.org/training/software-training/

3:58
Smart Pointers | C++ 3 - 4 | Software Training Fall 2021

248 views

4 years ago

Cow Corporation
C++'s Smart Pointers: Template-Parameter

Welcome to the Cow Corporation's series of videos about software engineering. The topic of this video is accessing the ...

1:06
C++'s Smart Pointers: Template-Parameter

24 views

4 years ago

Hey Delphi
C++ : C++11 smart pointers always instead of new/delete?

C++ : C++11 smart pointers always instead of new/delete? To Access My Live Chat Page, On Google, Search for "hows tech ...

1:28
C++ : C++11 smart pointers always instead of new/delete?

1 view

2 years ago

Rachel Lettuce
How To Understand Smart Pointers in C++ IN LESS THAN 2 MINUTES!!!

HERE IS MY LAST VIDEO ON NOT SMART POINTERS: https://youtu.be/oUVSCLVUQAA BY THE WAY USING REGULAR ...

1:56
How To Understand Smart Pointers in C++ IN LESS THAN 2 MINUTES!!!

634 views

2 years ago

Cow Corporation
C++'s Smart Pointers: Pointer to Base Class

Welcome to the Cow Corporation's series of videos about software engineering. The topic of this video is using smart pointers with ...

2:40
C++'s Smart Pointers: Pointer to Base Class

39 views

4 years ago

xyve
Use SMART pointers in C++!

I hope you enjoyed the video and found it useful. Please make sure to provide feedback on this video in the comments. #project ...

1:47
Use SMART pointers in C++!

8,788 views

7 months ago

Code in Seconds
Unveiling C++'s Smart Pointers Revolution

Explore the magic of C++ smart pointers, revolutionizing memory management and boosting application efficiency with unique ...

0:53
Unveiling C++'s Smart Pointers Revolution

43 views

10 months ago

Luiz Chagas Jardim
Semantic immutability in C++: propagating constness to pointees

The compiler will try to prevent you from modifying member variables of const objects, but if the member variable is a pointer, you ...

1:00
Semantic immutability in C++: propagating constness to pointees

440 views

3 years ago