ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,438 results

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

9 years ago

CppNow
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”

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

1:07:28
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”

2,305 views

6 years ago

VoidRealms
Qt 6 - Episode 8 - Qt smart pointers

In this video series we will cover Qt 6. In this episode we will look at two Qt smart pointers - QScopedPointer and QSharedPointer.

13:43
Qt 6 - Episode 8 - Qt smart pointers

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

150,257 views

5 years ago

The Debug Zone
Using Shared Pointers with Queues in FreeRTOS: A Technical Guide

In this video, we delve into the intricacies of using shared pointers with queues in FreeRTOS, a real-time operating system ...

2:00
Using Shared Pointers with Queues in FreeRTOS: A Technical Guide

1 view

1 month ago

Sonia: Code & Skate | Play
Lock-Free Atomic Shared Pointer in C - Lock Free Programming (Part #1)

See project on GitHub: https://github.com/sadhbh-c0d3/lock-free 00:00 - Start 00:10 - What is Shared_Ptr (C vs C++) 00:56 - Our ...

36:58
Lock-Free Atomic Shared Pointer in C - Lock Free Programming (Part #1)

2,493 views

1 year ago

Peter Schneider
What is a smart pointer and when should I use one?

What is a smart pointer and when should I use one? I hope you found a solution that worked for you :) The Content (except music ...

6:20
What is a smart pointer and when should I use one?

0 views

3 years ago

Profesor Retroman
C++ : Gestión de memoria con std::unique_ptr (Smart Pointers)

[C++ 2.5]: Serie completa http://bit.ly/CppGameDev19 Serie anterior C++: http://bit.ly/CppDev2016-19 Librería TinyPTC UA: ...

34:21
C++ : Gestión de memoria con std::unique_ptr (Smart Pointers)

4,159 views

6 years ago

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

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

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

The Linux Foundation
BPF Dynamic Pointers - Joanne Koong

BPF Dynamic Pointers - Joanne Koong.

21:21
BPF Dynamic Pointers - Joanne Koong

295 views

3 years ago

MUCplusplus
[MUC++] Patrice Roy - "Growing a Smart Pointer" (Virtual)

C++ offers a small set of 'smart' pointers, each of them encoding a set of rules and responsibilities in a type, overall making code ...

1:18:57
[MUC++] Patrice Roy - "Growing a Smart Pointer" (Virtual)

251 views

4 years ago

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

... materials are available at: http://cppnow.org/history/2018/talks/ — "Do not use owning raw pointers, use a smart pointer instead.

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

5,944 views

7 years ago

The Debug Zone
Using Smart Pointers in C++ for Efficient Binary Search Tree Management

In this video, we delve into the world of smart pointers in C++ and their crucial role in managing binary search trees efficiently.

2:11
Using Smart Pointers in C++ for Efficient Binary Search Tree Management

3 views

9 days ago

Peter Schneider
Codereview: Reference counted smart pointer with concept

Reference counted smart pointer with concept I hope you found a solution that worked for you :) The Content is licensed under ...

3:11
Codereview: Reference counted smart pointer with concept

0 views

2 months ago

The Debug Zone
Creating a Smart Pointer in C++ that Lazily Recreates Its Resource

In this video, we delve into the fascinating world of smart pointers in C++. Specifically, we'll explore how to create a smart pointer ...

2:32
Creating a Smart Pointer in C++ that Lazily Recreates Its Resource

25 views

6 months ago

The Debug Zone
Using Boost Container Vector with Smart Pointers for Memory Management

In this video, we delve into the powerful combination of Boost Container Vector and smart pointers to enhance memory ...

7:44
Using Boost Container Vector with Smart Pointers for Memory Management

9 views

5 months 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

2 years ago

MUCplusplus
[MUC++] Richard Szabo - Traps with Smart Pointers (Lightning Talk)

Richard Szabo tells us about some of the pitfalls and limitations of std::shared_ptr. Slides are available at ...

20:21
[MUC++] Richard Szabo - Traps with Smart Pointers (Lightning Talk)

398 views

10 months ago