ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,926 results

Embarcadero Technologies
Smart Pointers in C++: What, Why, and How with David Millington - CodeRage XI

More information: http://embt.co/CodeRageXI Smart pointers are a basic concept in C++, but many codebases don't use them or ...

32:14
Smart Pointers in C++: What, Why, and How with David Millington - CodeRage XI

10,538 views

9 years ago

ADC - Audio Developer Conference
Porting JUCE smart pointer usage to C++ 11, Martin Robinson

Presented at ADC, November 2016, London www.juce.com/adc-2016.

37:42
Porting JUCE smart pointer usage to C++ 11, Martin Robinson

1,242 views

9 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,441 views

3 years ago

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

A smart pointer is a container/wrapper for a raw pointer. In modern C++ smart pointers are defined in the std namespace in the ...

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

128,811 views

4 years ago

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

https://cppcon.org/ --- Smarter C++ Atomic Smart Pointers - Efficient Concurrent Memory Management for Everybody - Daniel ...

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

16,908 views

2 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,496 views

1 year ago

3D Game Engine Programming
C++ for Games: Smart Pointers

Smart pointers are C++ class templates that impose pointer ownership semantics. In this video, we'll talk about shared_ptr, ...

1:44:22
C++ for Games: Smart Pointers

95 views

2 years ago

cscsch
07 Advanced C++: Smart Pointers, Bignamini

The Swiss National Supercomputing Centre is pleased to announce that the "Advanced C++" workshop will be held from October ...

59:15
07 Advanced C++: Smart Pointers, Bignamini

499 views

6 years ago

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

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

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

17,909 views

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

6 years ago

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

In this video I demonstrate the conversion process of going from raw pointers to smart pointers and the power that this comes with!

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

81 views

2 years ago

Keerti Purswani and 3eyedtech
Smart Pointers Explained with Code Implementation | MUST know topic for C++ Interview!!

Checkout details and enrol for Advanced C++ LIVE Bootcamp- ...

36:21
Smart Pointers Explained with Code Implementation | MUST know topic for C++ Interview!!

60,347 views

2 years ago

Paweł Stus
C++ Shared Pointer IMPLEMENTATION

C++ Implementations 2 If I made any mistakes point it out in comments. This is much appreciated.

21:39
C++ Shared Pointer IMPLEMENTATION

130 views

6 months 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,935 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

Tim R Morgan
Custom Smart Pointer | C++ | Compiler Hacking

Let's build a Smart Pointer! Our value type is always heap allocated, but if we had a Smart Pointer instead of a raw pointer, we ...

43:23
Custom Smart Pointer | C++ | Compiler Hacking

1,266 views

4 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

Varteta Learning Platform
Your own shared ptr in C++ 11 || In English || By Vikash Shakya

shared_ptr c++ shared_ptr reset shared_ptr reset nullptr shared_ptr reset example std shared_ptr shared_ptr clear shared_ptr c++ ...

20:19
Your own shared ptr in C++ 11 || In English || By Vikash Shakya

1,012 views

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

565 views

5 years ago

Vittorio Romeo
Dive into C++11 - [4] - Smart pointers

http://vittorioromeo.info - Check out my website! Take a look at this article by Herb Sutter about smart pointer parameters: ...

31:17
Dive into C++11 - [4] - Smart pointers

37,400 views

11 years ago