ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

481 results

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

2 years ago

Code Persist
How C++ took a turn for the worse

C++ is a great language to know; however, as time goes on more features are added to the language. These extra features make ...

5:03
How C++ took a turn for the worse

377,451 views

2 years ago

mCoding
unique_ptr: C++'s simplest smart pointer

How and why to use unique_ptr. What exactly makes a "smart" pointer smart? The term smart pointer in C++ has come to refer to a ...

11:54
unique_ptr: C++'s simplest smart pointer

56,178 views

2 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,426,061 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,383 views

1 year ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 389 - Avoiding Pointer Arithmetic

Awesome T-Shirts! Sponsors! Books! ☟☟ Discussion: https://github.com/lefticus/cpp_weekly/issues/23 T-SHIRTS AVAILABLE!

4:47
C++ Weekly - Ep 389 - Avoiding Pointer Arithmetic

12,812 views

2 years ago

cs128
0420 : Introduction to std::weak_ptr

The unique pointer was exclusive ownership. And the last thing we're going to talk about is this idea of a weak pointer. And I'm not ...

4:48
0420 : Introduction to std::weak_ptr

1,554 views

4 years ago

MP Coding
C++ | Tips Smart Pointers in C++ #short #cppcoding #cpp #coding

Understanding C++ Smart Pointers: Unique, Shared, and Weak Pointers Smart pointers are a powerful feature in C++ that help ...

1:00
C++ | Tips Smart Pointers in C++ #short #cppcoding #cpp #coding

1,062 views

1 year ago

The Morpheus Tutorials
Modern C++ - Smart Pointer #4 - Weak Pointer

❤❤❤ Early access to tutorials, polls, live events, and downloads ❤❤❤ ❤❤❤ https://www.patreon.com/user?u=5322110 ❤❤❤ ❤❤❤ Not ...

9:08
Modern C++ - Smart Pointer #4 - Weak Pointer

2,099 views

4 years ago

Dario
This is why you should be careful with RefCell #rustlang #rustprogramming

Here I discuss why I think that RefCell is problematic.

0:31
This is why you should be careful with RefCell #rustlang #rustprogramming

1,251 views

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

6 years ago

mycodeschool
Pointers to Pointers in C/C++

See complete series on pointers in C / C++ here: ...

9:21
Pointers to Pointers in C/C++

557,119 views

12 years ago

CppCon
CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced.  What do they really do?”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:14:22
CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced. What do they really do?”

261,290 views

8 years ago

mycodeschool
Pointer types, pointer arithmetic, void pointers

See complete series on pointers here http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ In this ...

10:57
Pointer types, pointer arithmetic, void pointers

499,459 views

12 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,597 views

5 years ago

cs128
0422 : std::unique_ptr vs. std::shared_ptr

Um, if you recall, we did introduce this idea of a weak pointer in the Introduction to Smart Pointer, uh, reference. We'd see that ...

13:04
0422 : std::unique_ptr vs. std::shared_ptr

1,696 views

4 years ago

Michigan Foot Doctors
🔥7 WORST Foods for Arthritis & Inflammation [EAT This Instead]🔥

24% of all adults, or 58.5 million people, have arthritis [Rheumatoid Arthritis, Psoriatic Arthritis, Gout, Osteoarthritis] in the USA ...

12:51
🔥7 WORST Foods for Arthritis & Inflammation [EAT This Instead]🔥

1,528,368 views

3 years ago

Luiz Chagas Jardim
Dumb Pointers: Understanding C++ Smart Pointers by writing our own | Part 1: Unique Pointer

References: https://sousajf1.github.io/Smart-Pointers-1-Unique-Ptr/ https://en.cppreference.com/w/cpp/memory/unique_ptr.

12:53
Dumb Pointers: Understanding C++ Smart Pointers by writing our own | Part 1: Unique Pointer

1,052 views

4 years ago

CornPed
Test your points condenser easily with a multimeter. Moped, Small Engine, scooter, ect

Test your condenser, its pretty easy if you have a multi meter. If you don't I have a link for a cheap one. If you condenser is going or ...

2:35
Test your points condenser easily with a multimeter. Moped, Small Engine, scooter, ect

126,993 views

3 years ago

Professor Kevin Wortman
C++: std::unique_ptr (Smart Pointer)

A primer on the std::unique_ptr (unique pointer) in C++. Slides: ...

10:26
C++: std::unique_ptr (Smart Pointer)

650 views

4 years ago