ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

188,694 results

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)

804,541 views

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

77,891 views

3 years ago

Mike Shah
std::shared_ptr - A reference counted smart pointer  | Modern Cpp Series Ep. 34

Shared pointers are the second of three types of smart pointers introduced in C++. They are a wrapper around raw pointers, that ...

14:29
std::shared_ptr - A reference counted smart pointer | Modern Cpp Series Ep. 34

16,102 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)

2,296 views

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

108,839 views

2 years ago

José Tomás Tocino
C++11: smart pointers (shared_ptr y unique_ptr) - tutorial en Español

En este tutorial haremos una introducción a los punteros inteligentes o "smart pointers" que llegaron al lenguaje en la versión ...

9:38
C++11: smart pointers (shared_ptr y unique_ptr) - tutorial en Español

4,785 views

5 years ago

Low Level
you will never ask about pointers again after watching this video

One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...

8:03
you will never ask about pointers again after watching this video

3,314,196 views

4 years ago

CppNuts
Shared Pointer In C++

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

12:25
Shared Pointer In C++

50,848 views

6 years ago

Knowledge Center
C++ Smart Pointers: shared_ptr | Shared Pointers

C++ Smart Pointers: shared_ptr | Shared Pointers Watch the complete playlist on C++ Smart Pointers: ...

4:21
C++ Smart Pointers: shared_ptr | Shared Pointers

4,237 views

7 years ago

The Cherno
Weak Pointers in C++ (std::weak_ptr)

https://hostinger.com/cherno CHAPTERS 0:00 - Intro 1:14 - How shared pointers work 5:40 - Raw pointers as weak references ...

17:25
Weak Pointers in C++ (std::weak_ptr)

88,019 views

2 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 264 - Covariant Return Types and Covariant Smart Pointers

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices Workshops Near You: Preview: https://youtu.be/Ipr6ntCAm9A Sep ...

7:35
C++ Weekly - Ep 264 - Covariant Return Types and Covariant Smart Pointers

14,579 views

5 years ago

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

59,080 views

3 years ago

UncomplicatingTech
Weak Pointers Made Simple: Avoid Shared Pointer Traps in C++

In this video, we simplify weak pointers, demonstrating how they prevent memory leaks and break circular dependencies that ...

4:25
Weak Pointers Made Simple: Avoid Shared Pointer Traps in C++

1,354 views

1 year ago

The Theory Of Code
C++ / C++11 Smart Pointers : Relationship between shared_ptr and weak_ptr

Channel Name changed because of Rebranding Exercise. Existing Social media handles and links are no longer valid.

11:29
C++ / C++11 Smart Pointers : Relationship between shared_ptr and weak_ptr

4,125 views

8 years 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++

2,740 views

9 months ago

Bo Qian
C++ 11 Library: Shared Pointer - II

Continued talk about how to use shared_ptr.

7:33
C++ 11 Library: Shared Pointer - II

51,360 views

12 years ago

Bo Qian
C++ 11 Library: Shared Pointer - I

This video talks about C++ 11 shared pointer and its simple usage.

11:57
C++ 11 Library: Shared Pointer - I

103,247 views

12 years ago

Code for yourself
Mastering C++ pointers: the pros and cons of (raw) pointers | pointer usage with const

Pointers sometimes have a bad vibe. But they are an important construct in C++. Today we talk about how to use them to reduce ...

9:56
Mastering C++ pointers: the pros and cons of (raw) pointers | pointer usage with const

2,855 views

3 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?)

21,638 views

3 years ago

Code to the Moon
Rust's Alien Data Types 👽 Box, Rc, Arc

Rust's smart pointers can be a bit confusing for developers coming from garbage collected languages. Let's walk through some ...

11:54
Rust's Alien Data Types 👽 Box, Rc, Arc

200,608 views

3 years ago