ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,670 results

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,328 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

56,093 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,822 views

6 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,419,043 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,173 views

5 years ago

mCoding
unique_ptr is NOT just for heap allocations | custom deleters

The smart pointer type unique_ptr is NOT just for automating deletes of heap-allocated pointers. By specifying a custom deleter ...

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

14,335 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

Coding with Mat
How SMART Pointers Work in C++

In this video, we will demystify pointer, shared pointers, and references in C++, as well as giving exceptional advice on when you ...

25:42
How SMART Pointers Work in C++

1,378 views

1 year ago

The Morpheus Tutorials
Modern C++ - Smart Pointer #2 - Shared Pointer

❤❤❤ Early access to tutorials, polls, live events and downloads ❤❤❤ ❤❤❤ https://www.patreon.com/user?u=5322110 ❤❤❤ ❤❤❤ Not up ...

10:49
Modern C++ - Smart Pointer #2 - Shared Pointer

3,281 views

4 years 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

376,929 views

2 years ago

CS Videos
CISP400 MO 6 Smart Pointers Vector of Shared pointers

As you know, raw pointers can sometimes be very dangerous territory and shared pointers do the pointer management for us ...

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

311 views

4 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,048 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

BlinkOn
What's Up With Pointers ft. Dana | Episode 1

This talk covers smart pointer types we have in Chrome, how to use them, and what can go wrong. Notes from the discussion: ...

42:55
What's Up With Pointers ft. Dana | Episode 1

4,138 views

3 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

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 2: Shared Pointer

References: https://sousajf1.github.io/Smart-Pointers-2-Shared-Ptr/ https://en.cppreference.com/w/cpp/memory/shared_ptr.

14:58
Dumb Pointers 2: Shared Pointer

234 views

4 years ago

Syntax Sphere
Pointer to Structure in C Language - Beginner's Tutorial

In this video, we will cover the topic of "Pointer to Structure" in C language. We will discuss the concept of pointers, structures, and ...

3:46
Pointer to Structure in C Language - Beginner's Tutorial

335 views

2 years ago

mCoding
31 nooby C++ habits you need to ditch

How many nooby C++ habits do you have? Up your C++ skill by recognizing and ditching these nooby C++ habits. Post how ...

16:18
31 nooby C++ habits you need to ditch

1,010,898 views

4 years ago

PicoBit
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...

33:05
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

79 views

2 weeks ago