ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,253 results

LondonGophers
Sam Burns - The Strength of the `weak` Package

Go 1.24, released in Feb '25, adds the new `weak` package to the standard library. The package brings weak pointers to the ...

27:08
Sam Burns - The Strength of the `weak` Package

328 views

7 months ago

Código-Nodos y VFX
C++ Avanzado - Weak Pointer

Hola Programadores, en esta serie veremos algunas de características más avanzadas y las nuevas características que se están ...

20:31
C++ Avanzado - Weak Pointer

117 views

1 year ago

GopherCon UK
The Strengths of the `weak` Package: Weak Pointers Arrive in Go - Sam Burns

The arrival of the `weak` package to the Go standard library in 2025 brings weak pointers to the language for the first time.

53:09
The Strengths of the `weak` Package: Weak Pointers Arrive in Go - Sam Burns

817 views

3 months 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)

128,799 views

4 years 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,386,002 views

4 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,931 views

6 years ago

M W
[Eng] C++ smart pointers: shared pointer, unique pointers, weak pointers

C++ smart pointers: shared pointer, unique pointers, weak pointers.

42:37
[Eng] C++ smart pointers: shared pointer, unique pointers, weak pointers

90 views

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

1 year ago

VertoStudio3D
C++11 :: Smart Pointers

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

21:38
C++11 :: Smart Pointers

7,662 views

10 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

CoreCppIL
Considerations when Working with Shared Pointers

By Dima Danilov, presented at Core C++ 2022. I will present some important caveats when working with shared pointers: ...

28:10
Considerations when Working with Shared Pointers

1,604 views

3 years ago

Jitendra Verma
Shared Pointer Weak Pointer in c++

Shared Pointer and Weak Pointer smart pointer in c++.

24:28
Shared Pointer Weak Pointer in c++

179 views

5 years ago

Mike Shah
Learn and understand (almost) everything about the fundamentals of C++ pointers in 96 minutes

... 1:26:39 weak pointers in C++ - weak_ptr 1:27:40 Do not use auto_ptr 1:28:30 Function pointers, usage and their syntax 1:31:29 ...

1:35:57
Learn and understand (almost) everything about the fundamentals of C++ pointers in 96 minutes

4,869 views

4 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

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,900 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,716 views

6 years ago

sfw
ecs36b_Lecture 09: Smart Pointers and Pure Virtual Functions

So we can actually print the the reference count and you can use if you're using SharePoint err or weak pointer later or see that ...

46:11
ecs36b_Lecture 09: Smart Pointers and Pure Virtual Functions

543 views

5 years ago

cscsch
20160927 1300 C++ smart pointers Bignamini

Advanced C++ for HPC workshop.

1:24:54
20160927 1300 C++ smart pointers Bignamini

406 views

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

2 months 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,944 views

7 years ago