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
109 results
C++23 Smart Pointers: Chapters: Intro - (0:00) What is a smart Pointer? - (0:05) Why use smart Pointers? - (0:26) Using Smart ...
50 views
1 year ago
Code Review: Custom thread-safe shared/weak pointer implementation in C++98 Helpful? Please support me on Patreon: ...
5 views
3 years ago
A deeper look at std::shared_ptr, std::weak_ptr, and std::unique_ptr constructs which were added in C++11.
70 views
4 years ago
In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...
153,258 views
5 years ago
Shared pointers play a fundamental part of modern C++ programming. However, they come with a price. The price usually known ...
3,257 views
10 years ago
http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...
5,956 views
7 years ago
Intrusive smart pointer implementation I hope you found a solution that worked for you :) The Content (except music & images) is ...
40 views
Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...
20,103 views
11 years ago
PROG2006 - Advanced Programming Rust: smart pointers, Box, Rc.
1,676 views
Introduction to the C programming language. Part of a larger series teaching programming. See http://codeschool.org.
15,985 views
cs4414: Operating Systems (http://rust-class.org) Class 9: What the &~#@<!? (Pointers in Rust) Embedded notes are available at: ...
2,247 views
RCU's little secret is that it is conceptually dead simple. It has two core conceptual components. The first is a mechanism for ...
7,032 views
Code Review: Dining philosophers problem in C++11 Helpful? Please support me on Patreon: ...
35 views
C++ Erasing an object from vector of pointers Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...
36 views
This tutorial will survey the tools provided by C++11 and Boost for multi-threaded programming. This includes the obvious ...
1,920 views
12 years ago
Leor's talk from the 2012 C++Now! conference In this abbreviated introduction to C++11, Leor Zolman quickly surveys many of the ...
3,960 views
13 years ago
60 views
6 years ago
I will be explaining problem of dangling references as a consequence of using raw pointers, and a solution to use weak pointers ...
289 views
Presenter: Steven Saunders Debugging memory related bugs can be a time-consuming and headache-inducing process. A solid ...
410 views
Code Review: Is this a meaningful Intrusive Pointer Class? Helpful? Please support me on Patreon: ...
43 views