ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

586 results

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

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

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

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

Roel Van de Paar
Code Review: C++: Smart Pointer Implementation

Code Review: C++: Smart Pointer Implementation Helpful? Please support me on Patreon: ...

3:01
Code Review: C++: Smart Pointer Implementation

7 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

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

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 Linux Foundation
BPF Dynamic Pointers - Joanne Koong

BPF Dynamic Pointers - Joanne Koong.

21:21
BPF Dynamic Pointers - Joanne Koong

295 views

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

7 years ago

Roel Van de Paar
Code Review: Thread-safe Shared Pointer implementation in C

Code Review: Thread-safe Shared Pointer implementation in C Helpful? Please support me on Patreon: ...

3:05
Code Review: Thread-safe Shared Pointer implementation in C

6 views

3 years ago

Roel Van de Paar
Smart pointer class implementation

Smart pointer class implementation Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

1:57
Smart pointer class implementation

6 views

3 years ago

Roel Van de Paar
Trie Data Structure Implementation in C++11 using Smart Pointers (2 Solutions!!)

Trie Data Structure Implementation in C++11 using Smart Pointers Helpful? Please support me on Patreon: ...

4:02
Trie Data Structure Implementation in C++11 using Smart Pointers (2 Solutions!!)

13 views

3 years ago

Roel Van de Paar
Code Review: Efficient smart pointer implementation in C++

Code Review: Efficient smart pointer implementation in C++ Helpful? Please support me on Patreon: ...

3:10
Code Review: Efficient smart pointer implementation in C++

4 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: BST implementation using smart pointers in C++

Code Review: BST implementation using smart pointers in C++ Helpful? Please support me on Patreon: ...

2:32
Code Review: BST implementation using smart pointers in C++

12 views

3 years ago

Roel Van de Paar
Implementing a single linked list using smart pointers (replace std::shared_ptr with...

Code Review: Implementing a single linked list using smart pointers (replace std::shared_ptr with std::unique_ptr) Helpful? Please ...

2:53
Implementing a single linked list using smart pointers (replace std::shared_ptr with...

23 views

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

9 years ago

Roel Van de Paar
Code Review: Implementation of a new kind of smart pointer in C++

Code Review: Implementation of a new kind of smart pointer in C++ Helpful? Please support me on Patreon: ...

2:07
Code Review: Implementation of a new kind of smart pointer in C++

0 views

3 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