ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

680 results

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

56,252 views

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

2 years ago

CppCon
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”

http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...

1:00:51
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”

75,894 views

6 years ago

Coding with Mat
How SMART Pointers Work in C++

"With great power comes great responsibilities" - said no one who uses pointers in C++ and seg-faulting your computer. In this ...

25:42
How SMART Pointers Work in C++

1,389 views

1 year ago

Code Persist
How C++ took a turn for the worse

C++ is a great language to know; however, as time goes on more features are added to the language. These extra features make ...

5:03
How C++ took a turn for the worse

377,739 views

2 years ago

mCoding
unique_ptr is NOT just for heap allocations | custom deleters

Define your own deleter. The smart pointer type unique_ptr is NOT just for automating deletes of heap-allocated pointers.

8:57
unique_ptr is NOT just for heap allocations | custom deleters

14,352 views

2 years ago

Genifinity
Master Pointers, Memory Management & Smart Pointers in C++20

Full course link: https://www.udemy.com/course/master-pointers-memory-management-smart-pointers-in-c20/?

4:09
Master Pointers, Memory Management & Smart Pointers in C++20

131 views

1 year ago

James Raynard
Introduction to C++ Smart Pointers

Taken from my online course Modern C++: From Intermediate to Advanced which covers the C++ language at Intermediate and ...

6:00
Introduction to C++ Smart Pointers

42 views

3 years ago

Luiz Chagas Jardim
Dumb Pointers: Understanding C++ Smart Pointers by writing our own | Part 1: Unique Pointer

References: https://sousajf1.github.io/Smart-Pointers-1-Unique-Ptr/ https://en.cppreference.com/w/cpp/memory/unique_ptr.

12:53
Dumb Pointers: Understanding C++ Smart Pointers by writing our own | Part 1: Unique Pointer

1,053 views

4 years ago

freeCodeCamp.org
Pointers in C / C++ [Full Course]

Pointers in C and C++ are often challenging to understand. In this course, they will be demystified, allowing you to use pointers ...

3:47:23
Pointers in C / C++ [Full Course]

5,430,954 views

5 years ago

Jon Gjengset
Crust of Rust: Smart Pointers and Interior Mutability

In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...

2:03:04
Crust of Rust: Smart Pointers and Interior Mutability

151,835 views

5 years ago

CppCon
CppCon 2014: Herb Sutter "Back to the Basics! Essentials of Modern C++ Style"

http://www.cppcon.org -- Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:40:27
CppCon 2014: Herb Sutter "Back to the Basics! Essentials of Modern C++ Style"

319,579 views

11 years ago

CS Videos
CISP400 MO 6 Smart Pointers Vector of Shared pointers

In a safe way, what C++ does it permits a point management system and that essentially is called shared pointers. Of course ...

12:59
CISP400 MO 6 Smart Pointers Vector of Shared pointers

311 views

4 years ago

Professor Kevin Wortman
C++: std::shared_ptr (Smart Pointer)

A primer on the std::shared_ptr (shared pointer) in C++. Slides: ...

7:42
C++: std::shared_ptr (Smart Pointer)

278 views

4 years ago

Cpp
Smart Pointer C++11 std::unique_ptr [Part-1-Introduction]

[Turn ON Subtitles] Introduction to std::unique_ptr. For examples refer C++11 std::unique_ptr [Part-2-Examples] Example includes ...

3:37
Smart Pointer C++11 std::unique_ptr [Part-1-Introduction]

127 views

5 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

38,236 views

4 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 374 - C++23's out_ptr and inout_ptr

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

13:38
C++ Weekly - Ep 374 - C++23's out_ptr and inout_ptr

18,992 views

2 years ago

Microsoft Developer
How to Adopt Modern C++17 into Your C++ Code : Build 2018

Just how different is "Modern C++" from "legacy C++"? Is my codebase ready for C++17? Do I need a full rewrite of my app to ...

50:51
How to Adopt Modern C++17 into Your C++ Code : Build 2018

77,124 views

7 years ago

PardCode
C++ 3D Game Tutorial 16: Creating 3D Engine - Smart Pointers

[IMPORTANT]: NEW VERSION (2025) of C++ 3D Game Tutorial Series available here: ...

37:00
C++ 3D Game Tutorial 16: Creating 3D Engine - Smart Pointers

9,726 views

5 years ago

RustCurious
RustCurious 1: Why Rust is Safe

Rust is a systems language with just as much control and performance as C or C++. And yet, it guarantees memory safety and ...

40:22
RustCurious 1: Why Rust is Safe

3,078 views

4 months ago

Jon Gjengset
Crust of Rust: std::collections

In this video we go over the various collection types in the Rust standard library (effectively `std::collections`), and discuss a bit ...

2:45:04
Crust of Rust: std::collections

85,240 views

2 years ago

CppCon
Smart References: There and Back Again - Erik Valkering [ CppCon 2018 ]

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

31:07
Smart References: There and Back Again - Erik Valkering [ CppCon 2018 ]

4,145 views

7 years ago

IT Community +
Spoiled Girl C++ in 101 Seconds

C or C- plus- plus or Cpp is an extremely popular object- acquainted programming language. Created in 1979, moment it powers ...

2:46
Spoiled Girl C++ in 101 Seconds

30 views

3 years ago

Audiopedia
Smart pointer

In computer science, a smart pointer is an abstract data type that simulates a pointer while providing additional features, such as ...

7:17
Smart pointer

339 views

11 years ago

Audiopedia
Opaque pointer

In computer programming, an opaque pointer is a special case of an opaque data type, a datatype declared to be a pointer to a ...

3:42
Opaque pointer

1,995 views

10 years ago