ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

175,124 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)

778,229 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!

74,179 views

2 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

55,964 views

2 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,493 views

2 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,585 views

2 years ago

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

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

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

14,205 views

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

1,756 views

4 months 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,105,635 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?)

19,878 views

2 years ago

enigma tutorials
Unreal Pointers - Garbage Collection, Smart Pointers, Class Ptr, and Soft Pointers - UE C++ Tutorial

Unreal engine combines a garbage collection system with a smart pointer system more common in the c++ language.

18:09
Unreal Pointers - Garbage Collection, Smart Pointers, Class Ptr, and Soft Pointers - UE C++ Tutorial

2,306 views

5 months 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

102,589 views

12 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,449 views

3 years ago

CppNuts
Shared Pointer In C++

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

12:25
Shared Pointer In C++

49,752 views

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

407,610 views

2 years 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,271 views

3 years ago

Let's Get Rusty
The Box Smart Pointer in Rust

Grab your Rust Job-Ready Roadmap (free): https://letsgetrusty.com/join The fastest way to become a Rust dev (limited seats): ...

12:18
The Box Smart Pointer in Rust

91,042 views

4 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,858 views

5 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++

735 views

9 months ago

Bro Code
C++ pointers explained easy 👈

C++ pointers tutorial example explained #C++ #pointers.

5:16
C++ pointers explained easy 👈

189,801 views

1 year ago

Nick
C++ Crash Course: Smart Pointers

In this video we video we look at the basics of smart pointers that were introduced in the C++11 standard! For code samples: ...

9:27
C++ Crash Course: Smart Pointers

1,063 views

6 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,570 views

2 years ago

DCMinds
C++11 :shared_ptr (Smart Pointers)

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

16:11
C++11 :shared_ptr (Smart Pointers)

96 views

5 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)

83,414 views

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

749 views

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

50,938 views

12 years ago