ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68,631 results

CoreCppIL
Considerations when Working with Shared Pointers

I will present some important caveats when working with shared pointers: performance, memory efficiency, and design ...

28:10
Considerations when Working with Shared Pointers

1,604 views

3 years ago

Amy Sigona
C++ Fundamentals - Smart Pointers, Unique & Shared

And finally, an actual practical example of using a shared pointer! I haven't had a need for them much, but one scenario popped ...

1:03:59
C++ Fundamentals - Smart Pointers, Unique & Shared

82 views

2 years ago

CppCon
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”

http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...

1:00:51
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”

75,806 views

6 years ago

NDC Conferences
C++ Smart Pointers - Usage and Secrets - Nicolai Josuttis

shared_ptr and unique_ptr are the key smart pointers of Modern C++. This talk gives an overview about when to use them and ...

1:02:22
C++ Smart Pointers - Usage and Secrets - Nicolai Josuttis

22,954 views

6 years ago

CppCon
Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022

https://cppcon.org/ --- Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022 https://github.com/CppCon/CppCon2022 ...

49:07
Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022

70,867 views

3 years ago

CppCon
A Lock-Free Atomic Shared Pointer in Modern Cpp - Timur Doumler - CppCon 2022

https://cppcon.org/ --- A Lock-Free Atomic Shared Pointer in Modern Cpp - Timur Doumler - CppCon 2022 ...

1:01:49
A Lock-Free Atomic Shared Pointer in Modern Cpp - Timur Doumler - CppCon 2022

18,783 views

3 years ago

CppCon
Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson

https://cppcon.org/ --- Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson ...

1:02:11
Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson

25,806 views

2 years ago

CodeBeauty
SMART POINTERS in C++ (for beginners in 20 minutes)

There are three types of smart pointers in C++: unique pointer, shared pointer and weak pointer (std::unique_ptr, std::shared_ptr, ...

24:32
SMART POINTERS in C++ (for beginners in 20 minutes)

129,339 views

4 years ago

Cyrill Stachniss
CPP-08 Modern C++: Smart/Unique/Shared ptrs, Associative con., Enumeration (2018, Igor)

Content: Smart/Unique/Shared pointers, Associative containers, Type casting, Enumeration, Binary files Course: Modern C++ for ...

1:38:55
CPP-08 Modern C++: Smart/Unique/Shared ptrs, Associative con., Enumeration (2018, Igor)

8,850 views

7 years ago

xDahl
Casey Muratori | Smart-Pointers, RAII, ZII? Becoming an N+2 programmer

Casey Muratori giving his thoughts on smart-pointers, RAII, OOP, briefly the Rust borrow checker etc, and why you should avoid ...

30:12
Casey Muratori | Smart-Pointers, RAII, ZII? Becoming an N+2 programmer

124,698 views

1 year ago

Mike Shah
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33

I will show you why we might want to use this smart pointer versus a raw pointer, and how to create this pointer. While we haven't ...

20:48
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33

18,123 views

3 years ago

C/C++ Dublin User Group
"Shared pointers - implementation details" by Peter Edwards

Slides: https://peadar.github.io/smartptrs/ Event link: https://www.meetup.com/cppdug/events/260077671/

43:09
"Shared pointers - implementation details" by Peter Edwards

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

CppCon
Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson  CppCon

Smart pointers, such as the recently standardized atomic shared pointer, drastically reduce programmer effort, but existing ...

1:01:15
Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson CppCon

16,957 views

2 years ago

jonahisadev
How do Shared Pointers Work?

Hello everyone! I'm thinking of switching back and forth between low-level topics as well as higher level topics like the C++ STL ...

28:06
How do Shared Pointers Work?

566 views

5 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

The Cherno
Refs, Scopes and Smart Pointers | Game Engine series

Patreon ▻ https://patreon.com/thecherno GitHub repository ▻ https://github.com/TheCherno/Hazel Instagram ...

24:55
Refs, Scopes and Smart Pointers | Game Engine series

39,067 views

6 years ago

CppMonk
C++ Smart Pointers - Do I really need them? When?

Second part of Ownership and Argument Passing in C++. Here we look at cases when smart pointers become very useful and ...

28:41
C++ Smart Pointers - Do I really need them? When?

9,000 views

5 years ago

Coding with Mat
How SMART Pointers Work in C++

In this video, we will demystify pointer, shared pointers, and references in C++, as well as giving exceptional advice on when you ...

25:42
How SMART Pointers Work in C++

1,373 views

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