ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

937 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

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

29 views

3 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

7 days ago

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

1,574 views

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

1 month 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!

370 views

4 weeks ago

Kirk Burleson TV
Senior Developer Learns C++ 002

Playing with pointers!

39:58
Senior Developer Learns C++ 002

19 views

7 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

88 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

12 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

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

213 views

7 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,010 views

2 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

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

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

75 views

2 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

9 days ago

vlogize
Umgang mit shared_ptr in Multi-Threaded LRU-Implementierungen: Ein C+ + 17-Leitfaden

Die Herausforderung Hintergrund Sie arbeiten mit einer datenbankbasierten Shared Pointer-Struktur, die zugleich als ...

1:39
Umgang mit shared_ptr in Multi-Threaded LRU-Implementierungen: Ein C+ + 17-Leitfaden

0 views

6 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

2 weeks ago

vlogommentary
Handling char** Pointers in C Structs for CSV Parsing on ESP-IDF

Learn how to properly parse CSV lines into a struct using double pointers (`char**`) in C on ESP-IDF, with a simple and clear CSV ...

4:02
Handling char** Pointers in C Structs for CSV Parsing on ESP-IDF

2 views

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

7 days ago