ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

454 results

The Linux Foundation
BPF Dynamic Pointers - Joanne Koong

BPF Dynamic Pointers - Joanne Koong.

21:21
BPF Dynamic Pointers - Joanne Koong

296 views

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

1 year 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,180 views

6 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

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

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

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

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

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

9 years ago

CppNow
Nat Goodspeed: The Fiber Library

The Boost.Fiber library supports fine-grained concurrency within a single thread. It permits you to make efficient use of a given ...

1:37:05
Nat Goodspeed: The Fiber Library

2,793 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,507 views

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

401 views

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

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

CppNow
A Tutorial Introduction to C++11 & 14 Part 1

The first part of Leor Zolman's talk from C++Now 2014 Slides are available here: ...

1:34:09
A Tutorial Introduction to C++11 & 14 Part 1

37,653 views

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

7 years ago

Animesh S
C for Embedded Developers - Session 11

Enables embedded software skills for Developers!

58:02
C for Embedded Developers - Session 11

18 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,210 views

4 years ago

Fardad Soleimanloo
OOP345NCC - 2227 - Pointers, Smart pointers (part 2)

So this is what I want I want to be able to create a shared pointer that several things would be able to share the same thing and ...

43:30
OOP345NCC - 2227 - Pointers, Smart pointers (part 2)

288 views

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

12 years ago

CppNow
Christopher Kohlhoff: Why C++0x is the Awesomest Language for Network Programming

Warning: This is not a talk for the faint-hearted. There will be bleeding-edge language features. There will be hackery. There will ...

1:02:16
Christopher Kohlhoff: Why C++0x is the Awesomest Language for Network Programming

3,651 views

12 years ago