Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
169,699 results
Thanks again Yubico for sponsoring this video! Go get a Yubikey at https://www.yubico.com/store/ RIGHT NOW with my offer code ...
109,129 views
2 years ago
Patreon ▻ https://patreon.com/thecherno Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno ...
806,141 views
8 years ago
A smart pointer is a container/wrapper for a raw pointer. In modern C++ smart pointers are defined in the std namespace in the ...
136,909 views
5 years ago
https://cppcon.org/ --- Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022 https://github.com/CppCon/CppCon2022 ...
76,090 views
3 years ago
One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...
3,324,814 views
4 years ago
Dave take you a tour of some core advanced C++ features including smart pointers, weak pointers, constructor aliasing, custom ...
78,154 views
shared_ptr and unique_ptr are the key smart pointers of Modern C++. This talk gives an overview about when to use them and ...
23,242 views
6 years ago
Start your software dev career - https://calcur.tech/dev-fundamentals Be notified of new C/C++ course: ...
21,735 views
A completely arbitrary tier list of Rust smart pointers. The criteria is mainly how often I use them. Get Rust training from Let's Get ...
25,671 views
6 months ago
Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno Patreon ▻ https://patreon.com/thecherno ...
1,196,615 views
9 years ago
Pointers are fundamental in programming and Professor Brailsford couldn't live without them! Professor Brailsford's Code: ...
481,739 views
00:00:00 Prologue 00:00:20 What is the Rc Smart Pointer? 00:01:50 Breaking the Single Ownership Rule 00:05:40 What is the ...
11,005 views
Why do void pointers exist? Why do they break our code? Should we even use them? In this video I talk about why void pointers ...
650,577 views
Finally understand pointers in C in this course for absolute beginners. Pointers are variables that store the memory address of ...
355,337 views
Pointers can be pretty challenging to get your head around. But even if you never use them, understanding the layers below high ...
46,355 views
A quick overview of object oriented programming and polymorphism in Rust. --- Stuff I use to make these videos - I absolutely love ...
139,749 views
https://cppcon.org/ ...
32,065 views
The limitations of the Rust borrow checker and how to work around them with interior mutability. Cell, RefCell, RwLock and Mutex ...
97,112 views
When I was learning to program C++ as a beginner, I thought something was weird about C++ references. It's like a pointer.... but ...
185,280 views
C++ pointers tutorial example explained #C++ #pointers.
243,432 views
Pointer basics, indirection, void pointers, pointers to pointers, function pointers, callbacks and much more in this comprehensive ...
428,877 views
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 ...
59,237 views
To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/TheCherno . You'll also get 20% off an ...
88,510 views
Master C++ memory management with smart pointers! This beginner-friendly guide covers unique_ptr, shared_ptr, and weak_ptr, ...
303 views
1 year ago
Rust is a language that uses smart pointers extensively. The most common of which are Box, Rc, Arc, and Mutex. In this video I'll ...
21,100 views
En este tutorial haremos una introducción a los punteros inteligentes o "smart pointers" que llegaron al lenguaje en la versión ...
4,794 views
http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...
76,991 views
Pointers in C and C++ are often challenging to understand. In this course, they will be demystified, allowing you to use pointers ...
5,658,458 views
I will show you why we might want to use this smart pointer versus a raw pointer, and how to create this pointer. While we haven't ...
21,052 views