ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

784 results

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

1,587 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)

30 views

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

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

217 views

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

22 views

3 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

2 weeks ago

alcode
Python dev attempting to understand pointers for 23 minutes straight (C++ Ep. 3: Memory)

I finally attempt to learn about memory management in C++. I cover the use of pointers, references, stack vs. heap memory, and ...

22:48
Python dev attempting to understand pointers for 23 minutes straight (C++ Ep. 3: Memory)

215 views

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

13 days 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,239 views

2 weeks ago

SarvarPROG06
Pointers & References pt1

C++ #pointers.

1:10:04
Pointers & References pt1

6 views

5 days ago

Kirk Burleson TV
Senior Developer Learns C++ 002

Playing with pointers!

39:58
Senior Developer Learns C++ 002

22 views

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

98 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

119 views

4 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

Quinn
Ember & Ice | Extended Quinn Interview with Hudson Williams & Connor Storrie

Hudson Williams and Connor Storrie sit down for a Q+A with Quinn to unpack Ember & Ice, Heated Rivalry, Hudson's skincare ...

33:08
Ember & Ice | Extended Quinn Interview with Hudson Williams & Connor Storrie

1,110,272 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

159 views

3 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

83 views

2 weeks ago

Jithendra babu RKSL Adi
Unit 11  C Pointers Unlocking Memory

This video explains Unit 11 – Pointers in C Programming, focusing on how pointers work and how they allow direct access to ...

3:26
Unit 11 C Pointers Unlocking Memory

0 views

1 day ago

Concept Zone
C Program to Swap Two Values Using Pointers | Call by Reference | Step-by-Step Tutorial

In this video, I explain how to swap two values using pointers in C programming with a clear, step-by-step approach. This ...

5:44
C Program to Swap Two Values Using Pointers | Call by Reference | Step-by-Step Tutorial

5 views

2 weeks ago

Coding with Sheikh Amir
Dynamic Memory Explained malloc vs realloc vs free

Learn how to master dynamic memory management in C programming — including how to allocate, reallocate, and free ...

29:37
Dynamic Memory Explained malloc vs realloc vs free

0 views

11 days ago