ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

517 results

The Debug Zone
Using Shared Pointers with Queues in FreeRTOS: A Technical Guide

In this video, we delve into the intricacies of using shared pointers with queues in FreeRTOS, a real-time operating system ...

2:00
Using Shared Pointers with Queues in FreeRTOS: A Technical Guide

1 view

1 month ago

Paul Mc Quade
4# C++23 Smart Pointers - 'C++23 in 3 minutes' by Paul McQuade

C++23 Smart Pointers: Chapters: Intro - (0:00) What is a smart Pointer? - (0:05) Why use smart Pointers? - (0:26) Using Smart ...

3:01
4# C++23 Smart Pointers - 'C++23 in 3 minutes' by Paul McQuade

50 views

1 year ago

Roel Van de Paar
Code Review: Thread-safe Shared Pointer implementation in C

Code Review: Thread-safe Shared Pointer implementation in C Helpful? Please support me on Patreon: ...

3:05
Code Review: Thread-safe Shared Pointer implementation in C

6 views

3 years ago

Peter Schneider
Intrusive smart pointer implementation

Intrusive smart pointer implementation I hope you found a solution that worked for you :) The Content (except music & images) is ...

3:44
Intrusive smart pointer implementation

39 views

3 years ago

Roel Van de Paar
Code Review: Lock-free atomic shared pointer in C++14

Code Review: Lock-free atomic shared pointer in C++14 Helpful? Please support me on Patreon: ...

3:03
Code Review: Lock-free atomic shared pointer in C++14

10 views

3 years ago

Peter Schneider
Codereview: Reference counted smart pointer with concept

Reference counted smart pointer with concept I hope you found a solution that worked for you :) The Content is licensed under ...

3:11
Codereview: Reference counted smart pointer with concept

0 views

2 months ago

The Debug Zone
How to Store std::thread in C++11 Smart Pointer: A Complete Guide

In this video, we delve into the intricacies of managing threads in C++11 using smart pointers. As multithreading becomes ...

1:31
How to Store std::thread in C++11 Smart Pointer: A Complete Guide

31 views

7 months ago

The Debug Zone
Creating a Smart Pointer in C++ that Lazily Recreates Its Resource

In this video, we delve into the fascinating world of smart pointers in C++. Specifically, we'll explore how to create a smart pointer ...

2:32
Creating a Smart Pointer in C++ that Lazily Recreates Its Resource

25 views

7 months ago

Peter Schneider
When are smart pointers' memory cleared on calling execv() in a program?

When are smart pointers' memory cleared on calling execv() in a program? I hope you found a solution that worked for you :) The ...

2:48
When are smart pointers' memory cleared on calling execv() in a program?

0 views

1 year ago

Sophia Wagner
Codereview: Class that can only be created and deleter through smart pointer

Class that can only be created and deleter through smart pointer Hey guys! Hopefully you found a solution that helped you!

2:28
Codereview: Class that can only be created and deleter through smart pointer

2 views

1 year ago

The Debug Zone
Using shared_ptr with Arrays in C++: Best Practices and Common Pitfalls

In this video, we delve into the intricacies of using `shared_ptr` with arrays in C++. While `shared_ptr` is a powerful tool for ...

2:16
Using shared_ptr with Arrays in C++: Best Practices and Common Pitfalls

27 views

6 months ago

Peter Schneider
How to put std::function in a smart pointer like std::unique_ptr and use it?

How to put std::function in a smart pointer like std::unique_ptr and use it? I hope you found a solution that worked for you :) The ...

3:42
How to put std::function in a smart pointer like std::unique_ptr and use it?

0 views

1 year ago

Peter Schneider
How to use smart pointer to manage existing object

How to use smart pointer to manage existing object I hope you found a solution that worked for you :) The Content (except music ...

2:08
How to use smart pointer to manage existing object

5 views

2 years ago

Roel Van de Paar
Implementing a single linked list using smart pointers (replace std::shared_ptr with...

Code Review: Implementing a single linked list using smart pointers (replace std::shared_ptr with std::unique_ptr) Helpful? Please ...

2:53
Implementing a single linked list using smart pointers (replace std::shared_ptr with...

24 views

3 years ago

Roel Van de Paar
One more shared pointer

One more shared pointer Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to ...

2:54
One more shared pointer

0 views

3 years ago

The Debug Zone
Using Smart Pointers in C++ for Efficient Binary Search Tree Management

In this video, we delve into the world of smart pointers in C++ and their crucial role in managing binary search trees efficiently.

2:11
Using Smart Pointers in C++ for Efficient Binary Search Tree Management

4 views

4 weeks ago

Roel Van de Paar
value_ptr<T> - a C++11 header-only, deep-copying smart pointer that preserves value semantics...

value_ptr<T> - a C++11 header-only, deep-copying smart pointer that preserves value semantics for polymorphic and undefined ...

3:16
value_ptr<T> - a C++11 header-only, deep-copying smart pointer that preserves value semantics...

2 views

3 years ago

Roel Van de Paar
Code Review: C++: Smart Pointer Implementation

... Review: C++: Smart Pointer Implementation Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:01
Code Review: C++: Smart Pointer Implementation

7 views

3 years ago

Roel Van de Paar
Code Review: Implementation of a new kind of smart pointer in C++

... a new kind of smart pointer in C++ Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

2:07
Code Review: Implementation of a new kind of smart pointer in C++

0 views

3 years ago

The Debug Zone
Storing Function Output in std::unique_ptr: A Complete Guide

In this video, we dive into the powerful world of smart pointers in C++, focusing specifically on `std::unique_ptr`. As modern C++ ...

2:17
Storing Function Output in std::unique_ptr: A Complete Guide

1 view

4 months ago