ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

140 results

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

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

4 years ago

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

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

ASE 2019 tool demo SPrinter. Smart pointers are widely used to prevent memory errors in modern C++ code. However, improper ...

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

67 views

6 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

5 months ago

spinningheadmedia
Class Templates in C++

Describing Class Templates in C++.

7:17
Class Templates in C++

4,192 views

14 years ago

Tiago Cogumbreiro
CS450   S21   26   02  Reference counting

So in this um this is the documentation of the c api that can be used to perform reference manual reference counting and here is a ...

7:17
CS450 S21 26 02 Reference counting

686 views

4 years ago

Peter Schneider
Codereview: C++ std::shared_ptr implementation

C++ std::shared_ptr implementation I hope you found a solution that worked for you :) The Content (except music & images) is ...

5:45
Codereview: C++ std::shared_ptr implementation

65 views

2 years ago

Julian Kunkel
CS1PC C++ Week 5-1-3: Journey of developing Smart Pointers in C++

Berlin smartphones behältnisse pointer mit smart an der frischeste rollen und so letztendlich simple versions smart pointers.

19:55
CS1PC C++ Week 5-1-3: Journey of developing Smart Pointers in C++

14 views

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

Peter Schneider
Implementation of a shared pointer constructors and destructor

Implementation of a shared pointer constructors and destructor I hope you found a solution that worked for you :) The Content ...

6:38
Implementation of a shared pointer constructors and destructor

4 views

2 years ago

Steve Spicklemire
C Programming: Lesson 3, malloc, free and struct (2019)

Review of some slides regarding using pointers and allocating and freeing structures with malloc and free. Also, simple ...

15:43
C Programming: Lesson 3, malloc, free and struct (2019)

4,254 views

6 years ago

hazybluedot
Creating a RAII Process Class - Part 1

I walk through creating a C++ class to encapsulate a Unix/Linux process. Folloing the RAII idiom, the resources associated with ...

14:25
Creating a RAII Process Class - Part 1

1,889 views

13 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

CppNow
C++Now 2017: Allan Deutsch “The Slot Map Data Structure"

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

4:09
C++Now 2017: Allan Deutsch “The Slot Map Data Structure"

7,555 views

8 years ago

bab lobko (Short and straight to the point)
2825. Make String a Subsequence Using Cyclic Increments

Watch and Enjoy the Two Pointers at Work Here! Ready for a smart and swift solution to a tricky string problem? In this video, we ...

11:33
2825. Make String a Subsequence Using Cyclic Increments

10 views

1 year 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
Code Review: Binary Search Tree Data Structure Implementation in C++11 using Smart Pointers

Code Review: Binary Search Tree Data Structure Implementation in C++11 using Smart Pointers Helpful? Please support me on ...

4:10
Code Review: Binary Search Tree Data Structure Implementation in C++11 using Smart Pointers

11 views

3 years ago

FOSDEM
Cappulada: What we've Learned

by Johannes Kliemann At: FOSDEM 2020 https://video.fosdem.org/2020/AW1.125/ada_bindings.webm Last year I presented ...

18:00
Cappulada: What we've Learned

68 views

5 years ago

The Debug Zone
How to Push std::unique_ptr Objects into a std::vector in C++

In this video, we will explore the powerful combination of `std::unique_ptr` and `std::vector` in C++. As modern C++ developers, ...

6:04
How to Push std::unique_ptr Objects into a std::vector in C++

11 views

1 year ago