ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

253 results

Engineering Community
Overview of Smart Pointers by Michal Kwiatkowski

A deeper look at std::shared_ptr, std::weak_ptr, and std::unique_ptr constructs which were added in C++11.

14:11
Overview of Smart Pointers by Michal Kwiatkowski

70 views

4 years ago

VoidRealms
Qt 6 - Episode 8 - Qt smart pointers

In this video series we will cover Qt 6. In this episode we will look at two Qt smart pointers - QScopedPointer and QSharedPointer.

13:43
Qt 6 - Episode 8 - Qt smart pointers

14,281 views

4 years ago

Peter Schneider
What is a smart pointer and when should I use one?

What is a smart pointer and when should I use one? I hope you found a solution that worked for you :) The Content (except music ...

6:20
What is a smart pointer and when should I use one?

0 views

3 years ago

Erarnitox
Smart Pointers in C++

Manual memory management can be hard and error pron. In this video we take a look at how to utilize smart pointers to do the ...

11:08
Smart Pointers in C++

460 views

5 months ago

VoidRealms
Qt Smart Pointers in Templates - Qt 5 Design Patterns

Qt 5 Design Patterns on Udemy https://www.udemy.com/course/qt-5-design-patterns/?referralCode=3C2C41D87AB3A17B395F.

6:54
Qt Smart Pointers in Templates - Qt 5 Design Patterns

2,275 views

5 years ago

Cave of Programming
C++Tutorial for Beginners 35 - The "this" Keyword; A First Taste of Pointers

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

14:53
C++Tutorial for Beginners 35 - The "this" Keyword; A First Taste of Pointers

13,689 views

11 years ago

The Debug Zone
Using Boost Container Vector with Smart Pointers for Memory Management

In this video, we delve into the powerful combination of Boost Container Vector and smart pointers to enhance memory ...

7:44
Using Boost Container Vector with Smart Pointers for Memory Management

9 views

6 months ago

Roel Van de Paar
Binary tree with C++11 smart pointers (2 Solutions!!)

Binary tree with C++11 smart pointers Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

4:14
Binary tree with C++11 smart pointers (2 Solutions!!)

45 views

3 years ago

Roel Van de Paar
C++ smart pointers and classes (2 Solutions!!)

C++ smart pointers and classes Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

4:12
C++ smart pointers and classes (2 Solutions!!)

5 views

3 years ago

The Debug Zone
Why std::unique_ptr Lacks a Const Get Method: Explained and Analyzed

In this video, we delve into the intricacies of C++ smart pointers, focusing specifically on `std::unique_ptr`. While `std::unique_ptr` ...

8:25
Why std::unique_ptr Lacks a Const Get Method: Explained and Analyzed

3 views

1 year ago

Roel Van de Paar
Trie Data Structure Implementation in C++11 using Smart Pointers (2 Solutions!!)

Trie Data Structure Implementation in C++11 using Smart Pointers Helpful? Please support me on Patreon: ...

4:02
Trie Data Structure Implementation in C++11 using Smart Pointers (2 Solutions!!)

13 views

3 years ago

The Builder
Double Pointers in C++

This video explains how to use pointer to pointer types also known as double pointers. Since pointers just store memory ...

4:46
Double Pointers in C++

23,824 views

3 years ago

Roel Van de Paar
Code Review: Reference-counted smart pointer in C (2 Solutions!!)

Code Review: Reference-counted smart pointer in C Helpful? Please support me on Patreon: ...

4:08
Code Review: Reference-counted smart pointer in C (2 Solutions!!)

2 views

3 years ago

Roel Van de Paar
Code Review: C++11 smart pointer 'library' (2 Solutions!!)

Code Review: C++11 smart pointer 'library' Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

4:08
Code Review: C++11 smart pointer 'library' (2 Solutions!!)

10 views

3 years ago

Cave of Programming
C++Tutorial for Beginners 43 - References; Nicer than Pointers!

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

8:39
C++Tutorial for Beginners 43 - References; Nicer than Pointers!

9,941 views

11 years ago

Sophia Wagner
Codereview: "Smart" (ish) pointer in C

"Smart" (ish) pointer in C Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

5:02
Codereview: "Smart" (ish) pointer in C

5 views

1 year ago

Roel Van de Paar
Code Review: Trie Data Structure Implementation in C++11 using Smart Pointers -- follow-up

Code Review: Trie Data Structure Implementation in C++11 using Smart Pointers -- follow-up Helpful? Please support me on ...

4:05
Code Review: Trie Data Structure Implementation in C++11 using Smart Pointers -- follow-up

3 views

3 years ago

笈川桐枝
SPrinter: A Clang-Tidy Based Static Code Checker for C++ Smart Pointer Errors

Smart pointers are widely used to prevent memory errors in modern C++ code. However, improper usage of smart pointers may ...

4:15
SPrinter: A Clang-Tidy Based Static Code Checker for C++ Smart Pointer Errors

67 views

6 years ago

Julian Kunkel
CS1PC C++ Week 5-1-2: Memory Problems resolved by Smart Pointers

So our next concept that we look at is smart pointers it's a so-called structural wrapper pattern so when I first saw this I was totally ...

6:34
CS1PC C++ Week 5-1-2: Memory Problems resolved by Smart Pointers

7 views

5 years ago

RoseHulmanCSSE
Pointers in the Debugger

Demo of using pointers and examining them in Eclipse's debugger. Part of the Introduction to C Programming video series from ...

5:00
Pointers in the Debugger

903 views

14 years ago