ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

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

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

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

129,589 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,962 views

6 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,420,020 views

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

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

1 year ago

Dushyant
I made my own Weak Pointer

We finally built std::weak_ptr from scratch. 🏗️ Over the last month, we have gone from raw pointers to a fully robust memory ...

41:30
I made my own Weak Pointer

0 views

13 days 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,608 views

3 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,957 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,679 views

6 years ago

MySirG.com
Weak Pointers in C++ Explained in Hindi | Coding Example | C++ Interview

Smart pointers are very important concept in C++ which is often asked in interviews so be prepared for it through this video.

30:25
Weak Pointers in C++ Explained in Hindi | Coding Example | C++ Interview

7,495 views

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

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

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

18,218 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

Полевой Дмитрий
std::weak_ptr - Как и Когда использовать | c++ smart pointers

Boosty: https://boosty.to/polevoydmitry TG: https://t.me/polevoydmitry Про shared_ptr: ...

24:28
std::weak_ptr - Как и Когда использовать | c++ smart pointers

8,603 views

11 months ago

CodeBeauty
C++ POINTERS FULL COURSE Beginner to Advanced (Learn C++ Pointers in 2,5 hours)

This is a full C++ Pointers course. It'll teach you the most important from beginner to advanced pointer topics. In this course, you ...

2:33:15
C++ POINTERS FULL COURSE Beginner to Advanced (Learn C++ Pointers in 2,5 hours)

430,168 views

4 years ago