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
99 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
https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...
5 views
3 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,496 views
5 years ago
cs4414: Operating Systems (http://rust-class.org) Class 9: What the &~#@<!? (Pointers in Rust) Embedded notes are available at: ...
2,247 views
12 years ago
Shared pointers play a fundamental part of modern C++ programming. However, they come with a price. The price usually known ...
3,261 views
10 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
Introduction to the C programming language. Part of a larger series teaching programming. See http://codeschool.org.
15,995 views
11 years ago
http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...
5,957 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
Presenter: Steven Saunders Debugging memory related bugs can be a time-consuming and headache-inducing process. A solid ...
410 views
c++ full course c++ c++ tutorial for beginners love babbar c++ code with harry c++ c++ code with harry c++ programming c++ love ...
120 views
2 years ago
15 views
8 years ago
CS2104 Programming Languages Lecture 5.
199 views
13 years ago
CS2104 Programming Languages Lecture 9.
183 views
43 views
A is a pointer B and C are just integer variables right but if I actually use that pointer type then because it actually covers the type ...
785 views
6 years ago
Recorded lecture for CSE 340 F16 on 10/12/16. We discussed memory errors, examples of dangling references, examples of ...
1,026 views
9 years ago
https://media.ccc.de/v/1234-libabigail-how-semantic-analysis-of-c-and-c-elf-binaries-can-be-used-to-analyze-abi-changes ...
633 views
Unlike C where NULL is just a pointer with address 0, in PHP, NULL is its own type where the only valid thing of that type is NULL.
798 views