ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

98 results

Paul Mc Quade
4# C++23 Smart Pointers - 'C++23 in 3 minutes' by Paul McQuade

C++23 Smart Pointers: Chapters: Intro - (0:00) What is a smart Pointer? - (0:05) Why use smart Pointers? - (0:26) Using Smart ...

3:01
4# C++23 Smart Pointers - 'C++23 in 3 minutes' by Paul McQuade

50 views

1 year ago

Roel Van de Paar
Code Review: Custom thread-safe shared/weak pointer implementation in C++98 (3 Solutions!!)

Code Review: Custom thread-safe shared/weak pointer implementation in C++98 Helpful? Please support me on Patreon: ...

4:50
Code Review: Custom thread-safe shared/weak pointer implementation in C++98 (3 Solutions!!)

5 views

3 years ago

Engineering Community
Overview of Smart Pointers by Michal Kwiatkowski

A deeper look at std::shared_ptr, std::weak_ptr, and std::unique_ptr constructs which were added in C++11.

14:11
Overview of Smart Pointers by Michal Kwiatkowski

70 views

4 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

153,408 views

5 years ago

CppNow
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

Shared pointers play a fundamental part of modern C++ programming. However, they come with a price. The price usually known ...

1:24:51
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

3,260 views

10 years ago

CppNow
C++Now 2018: Jonathan Müller “Rethinking Pointers”

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

1:23:54
C++Now 2018: Jonathan Müller “Rethinking Pointers”

5,956 views

7 years ago

Peter Schneider
Intrusive smart pointer implementation

Intrusive smart pointer implementation I hope you found a solution that worked for you :) The Content (except music & images) is ...

3:44
Intrusive smart pointer implementation

40 views

3 years ago

Cave of Programming
C++Tutorial for Beginners 37 - Pointers; Where C++ Starts to Get Tricky

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

17:03
C++Tutorial for Beginners 37 - Pointers; Where C++ Starts to Get Tricky

20,103 views

11 years ago

Domenico della PERUTA
C++ [video 47] puntatori intelligenti (unique_ptr & shared_ptr)
4:55
C++ [video 47] puntatori intelligenti (unique_ptr & shared_ptr)

60 views

6 years ago

David Evans
Type Safety and Garbage Collection

cs4414: Operating Systems (http://rust-class.org) Class 9: What the &~#@<!? (Pointers in Rust) Embedded notes are available at: ...

6:18
Type Safety and Garbage Collection

2,247 views

12 years ago

Roel Van de Paar
Code Review: Dining philosophers problem in C++11 (3 Solutions!!)

Code Review: Dining philosophers problem in C++11 Helpful? Please support me on Patreon: ...

4:46
Code Review: Dining philosophers problem in C++11 (3 Solutions!!)

35 views

3 years ago

Brian Will
the C language (part 2 of 5)

Introduction to the C programming language. Part of a larger series teaching programming. See http://codeschool.org.

11:23
the C language (part 2 of 5)

15,992 views

11 years ago

Learn by Dibya
What are smart pointers in C++ | C++ interview #cplusplus #viralshort #shorts #shortsvideo #ytshorts

c++ full course c++ c++ tutorial for beginners love babbar c++ code with harry c++ c++ code with harry c++ programming c++ love ...

0:38
What are smart pointers in C++ | C++ interview #cplusplus #viralshort #shorts #shortsvideo #ytshorts

120 views

2 years ago

Roel Van de Paar
C++ Erasing an object from vector of pointers

C++ Erasing an object from vector of pointers Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:00
C++ Erasing an object from vector of pointers

36 views

3 years ago

The Linux Foundation
Mentorship Session: Unraveling RCU-Usage Mysteries (Fundamentals)

RCU's little secret is that it is conceptually dead simple. It has two core conceptual components. The first is a mechanism for ...

1:43:56
Mentorship Session: Unraveling RCU-Usage Mysteries (Fundamentals)

7,045 views

4 years ago

Roel Van de Paar
A nonstandard "shared pointer" of sorts

A nonstandard "shared pointer" of sorts Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

2:34
A nonstandard "shared pointer" of sorts

2 views

4 years ago

Peter Schneider
bad_weak_ptr when using enable_shared_from_this

bad_weak_ptr when using enable_shared_from_this I hope you found a solution that worked for you :) The Content (except music ...

4:01
bad_weak_ptr when using enable_shared_from_this

119 views

2 years ago

Roel Van de Paar
Code Review: Is this a meaningful Intrusive Pointer Class?

Code Review: Is this a meaningful Intrusive Pointer Class? Helpful? Please support me on Patreon: ...

2:45
Code Review: Is this a meaningful Intrusive Pointer Class?

43 views

3 years ago

Sonia: Code & Skate | Play
C++ vs Rust - Ep.3. Shared Ownership: Nodes & Pins (NodeGraph)

I will be explaining problem of dangling references as a consequence of using raw pointers, and a solution to use weak pointers ...

36:22
C++ vs Rust - Ep.3. Shared Ownership: Nodes & Pins (NodeGraph)

289 views

1 year ago

Peter Schneider
How do `shared_ptr` and `weak_ptr` avoid a leak in this case?

How do `shared_ptr` and `weak_ptr` avoid a leak in this case? I hope you found a solution that worked for you :) The Content ...

3:57
How do `shared_ptr` and `weak_ptr` avoid a leak in this case?

1 view

2 years ago