ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,559 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

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

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

4 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

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

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

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

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

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

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

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

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

Erarnitox
Smart Pointers in C++

Manual memory management can be hard and error pron. In this video we take a look at how to utilize smart pointers to do the ...

11:08
Smart Pointers in C++

420 views

4 months ago

Data Science Learning Community Videos
The Rust Programming Language: Smart Pointers (rust01 15)

Andrew Bates leads a discussion of Chapter 15 ("Smart Pointers") from The Rust Programming Language by Steve Klabnik ...

49:36
The Rust Programming Language: Smart Pointers (rust01 15)

484 views

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

8 days 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

The Debug Zone
How to Store std::thread in C++11 Smart Pointer: A Complete Guide

In this video, we delve into the intricacies of managing threads in C++11 using smart pointers. As multithreading becomes ...

1:31
How to Store std::thread in C++11 Smart Pointer: A Complete Guide

31 views

6 months ago

Sophia Wagner
Codereview: Class that can only be created and deleter through smart pointer

Class that can only be created and deleter through smart pointer Hey guys! Hopefully you found a solution that helped you!

2:28
Codereview: Class that can only be created and deleter through smart pointer

2 views

1 year ago