ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,146 results

vlogommentary
Using Arrays as Smart Pointers in C: Pros and Cons

Learn why using arrays as smart pointers in C might not be the best approach, and understand modern best practices for memory ...

3:14
Using Arrays as Smart Pointers in C: Pros and Cons

0 views

2 weeks ago

Dushyant
I made my own Shared Pointer (Reference Counting Explained)

Santa has a problem. He needs to check the "Nice List," but the Head Elf needs to verify the toys at the same time. In the last ...

37:55
I made my own Shared Pointer (Reference Counting Explained)

0 views

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

Dushyant
RAII: I made my own Smart Pointer

Ho ho ho, Merry coding! Welcome to the third episode of Learn C++ With Me, where today we are on a mission to help Santa ...

25:40
RAII: I made my own Smart Pointer

46 views

4 weeks ago

Dushyant
I made my own Unique Pointer (Rule of 5 Explained)

In the last episode, we saved Christmas from memory leaks using RAII and the Rule of 3. But Santa has a new problem: copying ...

12:29
I made my own Unique Pointer (Rule of 5 Explained)

36 views

3 weeks ago

Dushyant
I made my own Weak Pointer

Unique Pointers (Exclusive Ownership) ✓ Shared Pointers (Reference Counting) ✓ Weak Pointers (Observer Pattern & Control ...

41:30
I made my own Weak Pointer

0 views

7 days ago

Varchasva Academy
All Types of Pointers in C++ | Null, Void, Wild, Dangling Explained with Example | Varchasva Academy

... Pointer ✓ Wild Pointer ✓ Dangling Pointer ✓ Pointer to Pointer ✓ Constant Pointer ✓ Pointer to Constant ✓ Smart Pointer ...

22:15
All Types of Pointers in C++ | Null, Void, Wild, Dangling Explained with Example | Varchasva Academy

75 views

3 weeks ago

Open Source
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.

13:49
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

354 views

2 weeks ago

PicoBit
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...

33:05
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

74 views

9 days ago

Learn with your buddy
Tutorial29:C++17/C++20Features| auto, Range-Based Loops,Smart Pointers,optional& Structured Bindings

In this video, we explore modern C++ features introduced in C++17 and C++20 that make coding cleaner, safer, and more efficient ...

3:07
Tutorial29:C++17/C++20Features| auto, Range-Based Loops,Smart Pointers,optional& Structured Bindings

0 views

2 weeks ago

Know about Embedded Systems
Structure Pointers in C | Pointer to a Structure in C | Pointer to Structure variable

A structure pointer in C is a pointer variable that stores the memory address of a structure. It is used to access and manipulate ...

9:59
Structure Pointers in C | Pointer to a Structure in C | Pointer to Structure variable

61 views

10 days ago

Aditya Kumar jha
C Pointers & Dynamic Memory Allocation Explained | malloc, calloc, realloc & free

Unlock the power of pointers and dynamic memory allocation (DMA) in C! In this video, we break down two of the most important ...

7:02
C Pointers & Dynamic Memory Allocation Explained | malloc, calloc, realloc & free

46 views

3 weeks ago

Know about Embedded Systems
Embedded C Questions on Pointers | Pointers in C | void pointers | Null Pointers | Dangling Pointer

In C programming, a pointer is a variable that stores the memory address of another variable. Pointers are fundamental for tasks ...

19:36
Embedded C Questions on Pointers | Pointers in C | void pointers | Null Pointers | Dangling Pointer

83 views

2 weeks ago

ByteWise Academy
C++ स्मार्ट पॉइंटर्स

The provided source explains C++ smart pointers, which are class types designed to automatically manage memory and prevent ...

5:47
C++ स्मार्ट पॉइंटर्स

9 views

4 weeks ago

Technical clean coder c plus plus
unique_ptr Implementation in C++ (Custom Smart Pointer Design Explained

In this video, we design our own smart unique pointer template class in C++ and explain the exact rules required to implement it ...

18:09
unique_ptr Implementation in C++ (Custom Smart Pointer Design Explained

6 views

2 weeks ago

Know about Embedded Systems
Function Pointers in C | Pointer to Functions

A function pointer in C is a variable that stores the memory address of a function, rather than data. This allows functions to be ...

9:47
Function Pointers in C | Pointer to Functions

141 views

6 days ago

vlogommentary
Resolving Strange NULL Pointer Checks and GPU Driver Issues in Window Management

Learn how unexpected compiler behavior with NULL pointer checks can be related to GPU driver selection, and how to properly ...

3:46
Resolving Strange NULL Pointer Checks and GPU Driver Issues in Window Management

1 view

2 weeks ago

GOTO Conferences
C++ Memory Management • Patrice Roy & Kevin Carpenter

This interview was recorded for the GOTO Book Club. http://gotopia.tech/bookclub Read the full transcription of the interview here: ...

32:21
C++ Memory Management • Patrice Roy & Kevin Carpenter

507 views

4 weeks ago

vlogize
Wie man unique_ptr aus rohem C-Halbspeicherzeiger initialisiert

Erfahren Sie, wie Sie Speicher im Heap in C+ + nahtlos verwalten, indem Sie `unique_ptr` aus einem rohen Zeiger initialisieren ...

1:51
Wie man unique_ptr aus rohem C-Halbspeicherzeiger initialisiert

1 view

7 days ago

QodewithQ
Pointers in C++ Explained

Pointers are one of the most important and often confusing concepts in C++. In this lecture, we break down pointers step by step, ...

21:09
Pointers in C++ Explained

62 views

13 days ago