ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

0 views

2 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

3 weeks ago

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

1,612 views

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

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

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

0 views

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

363 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

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

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

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

79 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

3 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

68 views

2 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

98 views

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

147 views

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

80 views

7 days ago

Yours truly, Seniors : )
Programming in C - The Boiling Point | By Narendra S

Hello all! Hope you found my session useful. If you have any doubts, feel free to reach out to me at yourstrulyseniors@gmail.com.

1:43:57
Programming in C - The Boiling Point | By Narendra S

446 views

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

149 views

11 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

37 views

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

17 hours ago