ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

112 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

Roel Van de Paar
Code Review: Alternate "weak" pointer implementation

Code Review: Alternate "weak" pointer implementation Helpful? Please support me on Patreon: ...

2:42
Code Review: Alternate "weak" pointer implementation

4 views

3 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,048 views

5 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,945 views

7 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,250 views

9 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

39 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,093 views

11 years ago

Design Patterns Lectures
The Counted Pointer Design Pattern

In this video, the Counted Pointer design pattern is explained. Counted Pointer: Count the references to an object, and delete the ...

9:49
The Counted Pointer Design Pattern

943 views

5 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

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

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

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,911 views

11 years ago

CppNow
Leor Zolman: A Whirlwind Overview of C++11

Leor's talk from the 2012 C++Now! conference In this abbreviated introduction to C++11, Leor Zolman quickly surveys many of the ...

1:38:24
Leor Zolman: A Whirlwind Overview of C++11

3,960 views

13 years ago

Roel Van de Paar
C++ linked lists with smart pointers

C++ linked lists with smart pointers Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

2:56
C++ linked lists with smart pointers

59 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)

6,913 views

4 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

CppNow
Design Journeys with Skoot, a Peer Oriented Generic Networking Library - Cliff Green [ BoostCon ]

https://cppnow.org --- The road to an effective, elegant, and generic C++ library always involves wrong turns, dark alleyways, and ...

1:30:00
Design Journeys with Skoot, a Peer Oriented Generic Networking Library - Cliff Green [ BoostCon ]

162 views

12 years ago