ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,982 results

The Cherno
Weak Pointers in C++ (std::weak_ptr)

To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/TheCherno . You'll also get 20% off an ...

17:25
Weak Pointers in C++ (std::weak_ptr)

83,469 views

1 year ago

Mike Shah
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

Weak pointers are probably the most strange of the 3 types of smart pointers introduce in modern C++, in that they work with ...

13:08
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

12,464 views

3 years ago

CppNuts
Weak Pointer In C++

JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...

16:47
Weak Pointer In C++

29,985 views

5 years ago

UncomplicatingTech
Weak Pointers Made Simple: Avoid Shared Pointer Traps in C++

In this video, we simplify weak pointers, demonstrating how they prevent memory leaks and break circular dependencies that ...

4:25
Weak Pointers Made Simple: Avoid Shared Pointer Traps in C++

736 views

9 months ago

Code, Tech, and Tutorials
weak ptrs

... circumvent that is to use weak pointers. --- Notable Video Resources: ▷ https://en.cppreference.com/w/cpp/memory/shared_ptr ...

11:11
weak ptrs

1,422 views

3 years ago

People also watched

mCoding
31 nooby C++ habits you need to ditch

How many nooby C++ habits do you have? Up your C++ skill by recognizing and ditching these nooby C++ habits. Post how ...

16:18
31 nooby C++ habits you need to ditch

1,009,763 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,413,676 views

5 years ago

Low Level
you will never ask about pointers again after watching this video

One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...

8:03
you will never ask about pointers again after watching this video

3,107,750 views

3 years ago

Dave's Garage
Master Pointers in C:  10X Your C Coding!

Pointer basics, indirection, void pointers, pointers to pointers, function pointers, callbacks and much more in this comprehensive ...

14:12
Master Pointers in C: 10X Your C Coding!

407,768 views

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

3 years ago

MadPolygon
Why use Pointers in Game Development? (simple example) C++ Pointers

A simple example with simple code as to why pointers are used in game development. Note that there is much more to why ...

21:05
Why use Pointers in Game Development? (simple example) C++ Pointers

13,868 views

3 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

Low Level
are "smart pointers" actually smart?

Thanks again Yubico for sponsoring this video! Go get a Yubikey at https://www.yubico.com/store/ RIGHT NOW with my offer code ...

9:44
are "smart pointers" actually smart?

103,549 views

2 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 348 - A Modern C++ Quick Start Tutorial - 90 Topics in 20 Minutes

Awesome T-Shirts! Sponsors! Books! ☟☟ Episode notes: https://github.com/lefticus/cpp_weekly/issues/168 T-SHIRTS ...

20:47
C++ Weekly - Ep 348 - A Modern C++ Quick Start Tutorial - 90 Topics in 20 Minutes

38,263 views

3 years ago

CppCon
Back to Basics: Smart Pointers - Rainer Grimm - CppCon 2020

https://cppcon.org/ ...

1:07:26
Back to Basics: Smart Pointers - Rainer Grimm - CppCon 2020

31,505 views

5 years ago

Simplified InFive
weak_ptr Simplified

5 key things about weak_ptr of C++11 Example of weak_ptr usage.

4:15
weak_ptr Simplified

565 views

9 years ago

CodeSolve
weak pointers in c std weak ptr

Download 1M+ code from https://codegive.com/f64eccd in c++, the concept of weak pointers is part of the smart pointer facilities ...

7:22
weak pointers in c std weak ptr

3 views

11 months ago

mascai
weak_ptr C++

Weak pointer C++ (weak_ptr) Link to code: ...

3:41
weak_ptr C++

866 views

4 years ago

Bo Qian
C++ 11 Library: Weak Pointers

Another kind of smart pointers that C++ 11 standard library provides. Errata: As pointed out by Foo Bar, the lock() function doesn't ...

5:56
C++ 11 Library: Weak Pointers

43,788 views

12 years ago

Kevin Wood | Robotics & AI
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)

Get FREE Robotics & AI Resources (Guide, Textbooks, Courses, Resume Template, Code & Discounts) – Sign up via the pop-up ...

10:14
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)

1,590 views

2 years ago

Dave's Garage
Modern C++: Upgrade Your Skills with Shared Pointers!

Dave take you a tour of some core advanced C++ features including smart pointers, weak pointers, constructor aliasing, custom ...

17:43
Modern C++: Upgrade Your Skills with Shared Pointers!

74,217 views

2 years ago

Coding Shoding
Smart Pointers in C++ | Unique, Shared & Weak Pointers Explained

In this video, we'll learn about Smart Pointers in C++, one of the most powerful features introduced in C++11 for automatic memory ...

7:42
Smart Pointers in C++ | Unique, Shared & Weak Pointers Explained

58 views

2 months ago

Logic Hive
C++ Smart Pointers Unique/Shared/Weak

Introduction to C++ smart pointers.

7:23
C++ Smart Pointers Unique/Shared/Weak

646 views

5 years ago

BreakInterview
C++ Weak Pointer: weak_ptr | Smart pointer tutorial

C++ Weak pointer (weak_ptr) doesn't take ownership of object but simply observe. Other tutorial on this series 1. unique_ptr ...

12:02
C++ Weak Pointer: weak_ptr | Smart pointer tutorial

448 views

2 years ago

Caleb Curry
Smart Pointers in C++ (Stop Using new?)

... Pointer 09:39 - Smart Pointer Functions 11:45 - Weak Pointers 13:17 - Dereferencing a Weak Pointer 14:57 - Circular Reference ...

17:18
Smart Pointers in C++ (Stop Using new?)

19,889 views

2 years ago

Unofficial Sendoh
Circular Reference and Weak Pointer | C++

WeakPointer #CircularReference #CodingInterview ...

12:08
Circular Reference and Weak Pointer | C++

620 views

4 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

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

839 views

3 months ago

Elanchezian
C++ Weak pointer, avoiding strong circular dependency in shared_ptr. #cpp #cppcoding #cppbasics

In this video, I have explained about weak pointers in C++ and how strong circular dependency can be avoided using it.

14:24
C++ Weak pointer, avoiding strong circular dependency in shared_ptr. #cpp #cppcoding #cppbasics

27 views

1 year ago