ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

868 results

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)

29 views

3 weeks ago

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

4 weeks ago

Alaa Okasha
Pointers, Smart Pointers, Virtual Functions, Slicing
1:13:48
Pointers, Smart Pointers, Virtual Functions, Slicing

1,580 views

12 days ago

Huifeng Huang
Mastering C++ Programming Problems for Interviews - Creating Custom Shared Pointer

This is one full lesson from my Udemy course The full course includes the other important interview problems with detailed ...

6:24
Mastering C++ Programming Problems for Interviews - Creating Custom Shared Pointer

8 views

8 days ago

Quant Finance C++ Online
Session 1: Implementing unique_ptr in C++

In this first session, we dive into the fundamentals of smart pointers in C++ and walk through building a unique_ptr like container ...

56:21
Session 1: Implementing unique_ptr in C++

214 views

8 days 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. In this ...

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

371 views

4 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

21 views

2 weeks ago

vlogommentary
Managing Memory Safely with shared_ptr in Recursive C+ + 20 Functions

A Modern Solution: Use std::shared_ptr with Arrays Instead of managing raw pointers manually, use std::shared_ptr<int[]>: Shared ...

3:19
Managing Memory Safely with shared_ptr in Recursive C+ + 20 Functions

0 views

13 days ago

Kirk Burleson TV
Senior Developer Learns C++ 002

Playing with pointers!

39:58
Senior Developer Learns C++ 002

22 views

8 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

9 views

4 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

91 views

3 weeks ago

Quiche19
STOP using typedef!!!

In this video, we explore the difference between typedef and using in C++. typedef is a legacy feature from C that's been carried ...

2:06
STOP using typedef!!!

6,071 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

76 views

3 weeks ago

Concept Unlocked
Shallow vs Deep Copy in C | Why memcpy Causes Dangling Pointers & Double Free

Shallow Copy vs Deep Copy is one of the most important and misunderstood concepts in C programming. In this video, we ...

11:32
Shallow vs Deep Copy in C | Why memcpy Causes Dangling Pointers & Double Free

9 views

10 days ago

Learn In Minutes
Memory Deep Dive: Stack, Heap, Pointers, Alignment

Support the channel on Patreon: https://www.patreon.com/15345164/join Imagine your program is a complex city, but its map is ...

5:30
Memory Deep Dive: Stack, Heap, Pointers, Alignment

42 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

115 views

3 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

157 views

2 weeks ago

BMR EDUCATION
C Arrays Explained | Memory Layout, Pointers, Multidimensional Arrays & Strings

C Arrays — Complete & In-Depth Guide Arrays are one of the most important building blocks of C programming. In this completely ...

12:18
C Arrays Explained | Memory Layout, Pointers, Multidimensional Arrays & Strings

82 views

2 weeks ago

ACCU Conference
Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short Talks

ACCU Membership: https://tinyurl.com/ydnfkcyn --- Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short ...

5:47
Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short Talks

548 views

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

64 views

3 weeks ago