ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,800 results

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

71,362 views

3 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

126,176 views

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

129,960 views

4 years 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,412 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,896 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,981 views

6 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

17,008 views

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

5 years ago

cpponsea
Smart Pointers in C++ - Khushboo Verma - C++ on Sea 2025

https://cpponsea.uk​ --- Smart Pointers in C++ - Khushboo Verma - C++ on Sea 2025 --- C++ smart pointers promise to make ...

53:02
Smart Pointers in C++ - Khushboo Verma - C++ on Sea 2025

3,423 views

3 months ago

freeCodeCamp.org
Pointers in C / C++ [Full Course]

Pointers in C and C++ are often challenging to understand. In this course, they will be demystified, allowing you to use pointers ...

3:47:23
Pointers in C / C++ [Full Course]

5,431,472 views

5 years ago

Coding with Mat
How SMART Pointers Work in C++

"With great power comes great responsibilities" - said no one who uses pointers in C++ and seg-faulting your computer. In this ...

25:42
How SMART Pointers Work in C++

1,390 views

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

61,031 views

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

6 years ago

CppCon
CppCon 2014: Herb Sutter "Back to the Basics! Essentials of Modern C++ Style"

http://www.cppcon.org -- Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:40:27
CppCon 2014: Herb Sutter "Back to the Basics! Essentials of Modern C++ Style"

319,586 views

11 years ago

VertoStudio3D
C++11 :: Smart Pointers

Short talk about C++11 features that I find useful.

21:38
C++11 :: Smart Pointers

7,664 views

10 years ago

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

9 years ago

CppCon
Back to Basics: Smart Pointers and RAII - Inbal Levi - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- In this talk we will overview one of the most fundamental and ...

50:16
Back to Basics: Smart Pointers and RAII - Inbal Levi - CppCon 2021

18,276 views

3 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

CppCon
The Smart Pointers I Wish I Had -  Matthew Fleming - CppCon 2019

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

51:17
The Smart Pointers I Wish I Had - Matthew Fleming - CppCon 2019

13,058 views

6 years ago

RevaninioComputing
Cours/Tuto C++ #45 : Les Pointeurs intelligents (Smart Pointers)

Vous pensiez en avoir fini avec les pointeurs en C++ ? Alors d'une certaine manière, oui, mais les pointeurs intelligents vous ...

42:11
Cours/Tuto C++ #45 : Les Pointeurs intelligents (Smart Pointers)

2,293 views

2 years ago