ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

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,498 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,821 views

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

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

7 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

11 months ago

GTL
PROG2006: Rust - smart pointers

PROG2006 - Advanced Programming Rust: smart pointers, Box, Rc.

1:10:57
PROG2006: Rust - smart pointers

1,671 views

4 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

38,104 views

4 years ago

Fardad Soleimanloo
OOP345NCC - 2227 - Pointers, smart pointers (part 1)

... M multiplied by C multiplied by C it's essentially uh e is set to e is a variable m is a pointer and C over here are both uh variables ...

46:43
OOP345NCC - 2227 - Pointers, smart pointers (part 1)

337 views

3 years 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

11 months ago

CppNow
Threads and Shared Variables in C++0x - Hans Boehm [ BoostCon 2011] Keynote

https://cppnow.org --- The C++0x draft standard introduces threads into the language, and carefully defines the meaning of ...

1:38:03
Threads and Shared Variables in C++0x - Hans Boehm [ BoostCon 2011] Keynote

734 views

12 years ago

Fardad Soleimanloo
13 - Mar10 OOP345NAA - 2251 -  Pointer Arithmatic and Smart Pointers.

Okay now what is beautiful about this one is that when you create a shared pointer and you point to a place what it does it creates ...

1:27:36
13 - Mar10 OOP345NAA - 2251 - Pointer Arithmatic and Smart Pointers.

39 views

9 months ago

Fardad Soleimanloo
13 - Mar13 - OOP345NBB - 2251 - Raw and Smart pointers

Then if I actually created a pointer like this i need to be able to say. Right i need to be able to say that C pointer of mine and use ...

1:08:20
13 - Mar13 - OOP345NBB - 2251 - Raw and Smart pointers

48 views

9 months ago

Using std::cpp
Dependency injection  Why does shared ptr use type erasure   Jan Krasinski

Dependency Injection is a broad topic related to all fields of software development. The presentation will describe commonly used ...

40:32
Dependency injection Why does shared ptr use type erasure Jan Krasinski

741 views

2 years ago

CppNow
C++Now 2018:Bob Steagall “Fancy Pointers for Fun and Profit”

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

1:30:21
C++Now 2018:Bob Steagall “Fancy Pointers for Fun and Profit”

2,164 views

7 years ago

Fardad Soleimanloo
(4) OOP244 ZAA - 2231 - pointers review and Dynamic Memory allocation

https://github.com/Seneca-244200/OOP244-NAA-and-ZAA-Notes/tree/main/ZAA.

1:22:29
(4) OOP244 ZAA - 2231 - pointers review and Dynamic Memory allocation

459 views

2 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust (part 2)

We continue our journey implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow along ...

5:28:30
Implementing Hazard Pointers in Rust (part 2)

11,541 views

4 years ago