ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

179 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

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

3 weeks 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

6 months 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

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

5 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

The Debug Zone
Why shared_ptr Needs to Track weak_ptr Count in C++: Reference Counting Explained

In this video, we delve into the intricacies of C++ memory management, focusing on the relationship between `shared_ptr` and ...

1:54
Why shared_ptr Needs to Track weak_ptr Count in C++: Reference Counting Explained

2 views

4 months 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

3 months ago

The Debug Zone
SWIG Tutorial: Accessing std::map with shared_ptr in C++ Explained

In this video, we dive into the intricacies of using `std::map` in C++ with `shared_ptr`. Whether you're a beginner looking to ...

2:33
SWIG Tutorial: Accessing std::map with shared_ptr in C++ Explained

1 view

2 months 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++

442 views

5 months ago

MUCplusplus
[MUC++] Richard Szabo - Traps with Smart Pointers (Lightning Talk)

Richard Szabo tells us about some of the pitfalls and limitations of std::shared_ptr. Slides are available at ...

20:21
[MUC++] Richard Szabo - Traps with Smart Pointers (Lightning Talk)

398 views

11 months ago

Peter Schneider
Why, if constructing a shared_ptr from raw pointer, "main()" exits with some negative error code?

Why, if constructing a shared_ptr from raw pointer, "main()" exits with some negative error code? duplicate I hope you found a ...

4:56
Why, if constructing a shared_ptr from raw pointer, "main()" exits with some negative error code?

0 views

8 months ago

The Debug Zone
How to Convert std::shared_ptr to QPointer in C++: A Step-by-Step Guide

In this video, we delve into the intricacies of memory management in C++ by exploring how to convert `std::shared_ptr` to ...

2:10
How to Convert std::shared_ptr to QPointer in C++: A Step-by-Step Guide

45 views

6 months ago

Sophia Wagner
How can I point a void pointer to different objects that share have different implementations of ...

How can I point a void pointer to different objects that share have different implementations of a virtual function? Hey guys!

1:44
How can I point a void pointer to different objects that share have different implementations of ...

0 views

2 months ago

The Debug Zone
How to Use unique_ptrT Instead of Raw Pointer for Output Parameters

In this video, we delve into the advantages of using `unique_ptrT` over raw pointers for output parameters in C++. As modern C++ ...

1:33
How to Use unique_ptrT Instead of Raw Pointer for Output Parameters

6 views

7 months ago

The Debug Zone
Understanding C++ Pointer Ownership: Best Practices and Techniques Explained

In this video, we delve into the intricate world of C++ pointer ownership, a crucial concept for effective memory management in ...

1:31
Understanding C++ Pointer Ownership: Best Practices and Techniques Explained

7 views

4 months ago

Data Science Learning Community Videos
The Rust Programming Language: Smart Pointers (rust01 15)

Andrew Bates leads a discussion of Chapter 15 ("Smart Pointers") from The Rust Programming Language by Steve Klabnik ...

49:36
The Rust Programming Language: Smart Pointers (rust01 15)

484 views

11 months ago

Peter Schneider
Using array as smart point in C

Using array as smart point in C I hope you found a solution that worked for you :) The Content is licensed under ...

2:20
Using array as smart point in C

2 views

10 months ago

The Debug Zone
When to Return by Value vs. Unique Pointer in C++: Best Practices Explained

In this video, we delve into the crucial decision-making process of when to return by value versus using unique pointers in C++.

1:53
When to Return by Value vs. Unique Pointer in C++: Best Practices Explained

0 views

10 months ago

Peter Schneider
std::vector: when is a pointer not a pointer?

std::vector: when is a pointer not a pointer? I hope you found a solution that worked for you :) The Content is licensed under ...

3:59
std::vector: when is a pointer not a pointer?

4 views

8 months ago

Peter Schneider
Codereview: Maze game from book Design Patterns with smart pointers and polymorphism

Maze game from book Design Patterns with smart pointers and polymorphism I hope you found a solution that worked for you ...

4:26
Codereview: Maze game from book Design Patterns with smart pointers and polymorphism

4 views

7 months ago

Peter Schneider
Codereview: Leveraging EBCO (Empty Base Class Optimization )in a Simplified Smart‐Pointer with Cu...

Leveraging EBCO (Empty Base Class Optimization )in a Simplified Smart‐Pointer with Custom Deleters I hope you found a ...

3:30
Codereview: Leveraging EBCO (Empty Base Class Optimization )in a Simplified Smart‐Pointer with Cu...

0 views

8 months ago

Fardad Soleimanloo
13 - Mar10 OOP345NAA - 2251 -  Pointer Arithmatic and Smart Pointers.

Okay now what is beautiful about this one is that when you create a shared pointer and you point to a place what it does it creates ...

1:27:36
13 - Mar10 OOP345NAA - 2251 - Pointer Arithmatic and Smart Pointers.

39 views

9 months ago

Fardad Soleimanloo
13 - Mar13 - OOP345NBB - 2251 - Raw and Smart pointers

Then if I actually created a pointer like this i need to be able to say. Right i need to be able to say that C pointer of mine and use ...

1:08:20
13 - Mar13 - OOP345NBB - 2251 - Raw and Smart pointers

48 views

9 months ago