ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

444 results

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

1 year 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

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”

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
Ownership of Memory in C++

David Stone's presentation from C++Now 2014 Slides are available here: ...

1:29:58
Ownership of Memory in C++

5,926 views

11 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,171 views

6 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

CppNow
C++Now 2017: Yu Qi "An easy to use RPC framework implemented in C++11/14"

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

30:18
C++Now 2017: Yu Qi "An easy to use RPC framework implemented in C++11/14"

4,505 views

8 years ago

CppNow
C++Now 2018: Louis Dionne “Runtime Polymorphism: Back to the Basics”

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

1:41:31
C++Now 2018: Louis Dionne “Runtime Polymorphism: Back to the Basics”

8,864 views

7 years ago

CppNow
Edouard Alligand: Scaling with C++11

As the number of cores per processor increases, software need to be able to execute multiple tasks in parallel in order to benefit ...

1:18:27
Edouard Alligand: Scaling with C++11

2,911 views

12 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,010 views

5 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
OOP345NCC - 2227 - Pointers, smart pointers (part 1)

... polling this right now so I'm going to say how good are you with pointers and I'm talking about C pointers from C language that's ...

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

337 views

3 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

CppNow
C++Now 2019: Timur Doumler “Better CTAD for C++20”

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

1:28:38
C++Now 2019: Timur Doumler “Better CTAD for C++20”

2,186 views

6 years ago

CppNow
C++Now 2018: Jonathan Boccara “Smart Output Iterators”

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

57:33
C++Now 2018: Jonathan Boccara “Smart Output Iterators”

3,060 views

7 years ago

CppNow
Boris Kolpackov: ODB, an ORM for C++(11)

ODB is an open source, cross-platform and cross-database object-relational mapping (ORM) system for C++. It allows you to ...

1:29:13
Boris Kolpackov: ODB, an ORM for C++(11)

3,835 views

12 years ago