ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,062 results

mCoding
unique_ptr: C++'s simplest smart pointer

How and why to use unique_ptr. What exactly makes a "smart" pointer smart? The term smart pointer in C++ has come to refer to a ...

11:54
unique_ptr: C++'s simplest smart pointer

55,753 views

2 years ago

The Cherno
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)

Patreon ▻ https://patreon.com/thecherno Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno ...

11:37
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)

776,571 views

8 years ago

Low Level
are "smart pointers" actually smart?

Are they actually smart? In this video, I'll talk about what problems a smart pointer solves, the types of smart pointers in C++, and ...

9:44
are "smart pointers" actually smart?

103,048 views

2 years ago

Cow Corporation
C++'s Smart Pointers: Ownership Cycle

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

4:29
C++'s Smart Pointers: Ownership Cycle

49 views

4 years ago

Kevin Wood | Robotics & AI
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)

Get FREE Robotics & AI Resources (Guide, Textbooks, Courses, Resume Template, Code & Discounts) – Sign up via the pop-up ...

10:14
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)

1,541 views

2 years ago

Cow Corporation
C++'s Smart Pointers: Shared Ownership

The topic of this video is C++ smart pointers that share ownership of memory. Prerequisite Knowledge: Table of Contents ...

5:51
C++'s Smart Pointers: Shared Ownership

39 views

4 years ago

Mike Shah
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

13:08
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

12,329 views

3 years ago

how to do it
Ho to use C++11 smart  pointers

In this course I'm showing you how to use smart pointers as it's a very interesting C++ 11 feature, in this video I will answer the key ...

13:17
Ho to use C++11 smart pointers

204 views

6 years ago

Dave's Garage
Modern C++: Upgrade Your Skills with Shared Pointers!

Dave take you a tour of some core advanced C++ features including smart pointers, weak pointers, constructor aliasing, custom ...

17:43
Modern C++: Upgrade Your Skills with Shared Pointers!

73,869 views

2 years ago

CppNuts
Smart Pointer In C++

JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...

8:28
Smart Pointer In C++

72,705 views

5 years ago

Cow Corporation
C++'s Smart Pointers: Unique Ownership

The topic of this video is unique ownership of memory using a C++ smart pointer. Prerequisite Knowledge: Table of Contents ...

6:55
C++'s Smart Pointers: Unique Ownership

67 views

4 years ago

Aleksandar Haber PhD
Tutorial on Smart Pointers in C++: std::unique_ptr - PART 1

cpp #C++ #programming #cppprogramming #cprogramming #machinelearning #ros2 #ros #controltheory #robotics It takes a ...

16:20
Tutorial on Smart Pointers in C++: std::unique_ptr - PART 1

744 views

1 year ago

CppNuts
Write Your Own Shared Pointer Class In C++

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

5:43
Write Your Own Shared Pointer Class In C++

1,699 views

3 months ago

Mike Shah
Classes Part 30 - pIMPL (pointer to implementation) - More Stable APIs| Modern Cpp Series Ep. 67

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

12:41
Classes Part 30 - pIMPL (pointer to implementation) - More Stable APIs| Modern Cpp Series Ep. 67

9,180 views

3 years ago

DCMinds
C++11 : weak_ptr (Smart Pointers)

Learn about smart pointer called weak_ptr in C++11 . how it solves the problem of shared_ptr in C++03.

6:09
C++11 : weak_ptr (Smart Pointers)

198 views

5 years ago

Codin_Domain
24.Working with Smart Pointers
11:46
24.Working with Smart Pointers

10 views

5 years ago

Caleb Curry
Smart Pointers in C++ (Stop Using new?)

Start your software dev career - https://calcur.tech/dev-fundamentals Be notified of new C/C++ course: ...

17:18
Smart Pointers in C++ (Stop Using new?)

19,766 views

2 years ago

Dave's Garage
Master Pointers in C:  10X Your C Coding!

Pointer basics, indirection, void pointers, pointers to pointers, function pointers, callbacks and much more in this comprehensive ...

14:12
Master Pointers in C: 10X Your C Coding!

406,275 views

2 years ago

CppNuts
Write Your Own Unique Pointer Class In C++

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts Learn how to ...

8:02
Write Your Own Unique Pointer Class In C++

1,393 views

3 months ago

Embedded OS
C++ : [core] Smart pointer : unique_ptr

Only one pointer holds the ownership of the memory. Ownership could only be transferred to other so still to have ownership held ...

14:52
C++ : [core] Smart pointer : unique_ptr

519 views

5 years ago