ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

88 results

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

4 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

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

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

Dushyant
I made my own Weak Pointer

We finally built std::weak_ptr from scratch. 🏗️ Over the last month, we have gone from raw pointers to a fully robust memory ...

41:30
I made my own Weak Pointer

20 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

545 views

4 weeks ago

Deep Engineering
Learn C++ Memory Management from a WG21 Expert

What does it look like to learn C++ memory management from someone who helps shape the language? This 2-day live ...

0:52
Learn C++ Memory Management from a WG21 Expert

0 views

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

2 weeks ago

Tsoding Daily
Deciphering Academic Slop

Streamed Live on Twitch: https://twitch.tv/tsoding Chapters: - 00:00:00 - Teaser - 00:00:37 - Intro - 00:06:01 - Venation - 00:09:18 ...

2:06:33
Deciphering Academic Slop

60,477 views

6 days ago

vlogommentary
Implementing Universal Setter/Getter Functions for Interrupt-Driven Variables in Embedded C

Learn best practices to modularize and safely access interrupt-driven variables in embedded C using encapsulated setter and ...

3:20
Implementing Universal Setter/Getter Functions for Interrupt-Driven Variables in Embedded C

0 views

3 weeks ago

Miltiade Dieffi
Leetcode Bootcamp - Day 1

First of the 5-week LeetCode Bootcamp: where participants were introduced to array and string data structures. Dieffi and Shayar ...

1:53:30
Leetcode Bootcamp - Day 1

37 views

2 weeks ago

小小程序员小小店
console开发,命令行界面%智慧教学管理系统管理系统%开发,基于vs2019,c,双链表,txt数据存储。需要定制或是demo的公司,商家,个体朋友可以联系我们哦。

console开发,命令行界面%智慧教学管理系统管理系统%开发,基于vs2019,c,双链表,txt数据存储。需要定制或是demo的公司,商家 ...

1:25
console开发,命令行界面%智慧教学管理系统管理系统%开发,基于vs2019,c,双链表,txt数据存储。需要定制或是demo的公司,商家,个体朋友可以联系我们哦。

0 views

9 days ago

Mayank Bhaskar
Raw Worklog – High-Performance C/CUDA Backend & AI Infrastructure Review – 2025-11-27 – 11:35:37

Timeline & Analysis [00:00:00 – 01:46:00] :: VS Code - C Extension Scaffolding * On Screen: `vectorization.c` / Terminal * Action: ...

11:49:13
Raw Worklog – High-Performance C/CUDA Backend & AI Infrastructure Review – 2025-11-27 – 11:35:37

5 views

4 weeks ago

vlogommentary
Understanding Why Using a Struct Member as a Recursion Seed Can Cause Non-Terminating Recursive Cal

Explore why using a struct member as a recursion parameter in C leads to infinite recursion when the function calls itself multiple ...

3:40
Understanding Why Using a Struct Member as a Recursion Seed Can Cause Non-Terminating Recursive Cal

0 views

2 weeks ago

小小程序员小小店
console开发,命令行界面%智慧教学管理系统管理系统%开发,基于vs2019,c,双链表,txt数据存储。需要定制或是demo的公司,商家,个体朋友可以联系我们哦。

console开发,命令行界面%智慧教学管理系统管理系统%开发,基于vs2019,c,双链表,txt数据存储。需要定制或是demo的公司,商家 ...

0:27
console开发,命令行界面%智慧教学管理系统管理系统%开发,基于vs2019,c,双链表,txt数据存储。需要定制或是demo的公司,商家,个体朋友可以联系我们哦。

0 views

9 days ago

Yehia Tech يحيى تك
كورس سي بلس بلس - المؤشرات | Pointers Explained (#7)

السلسلة دي هي شرح أساسيات لغة C++ بالعربي، واللي هتكون مرجع شامل لكل المفاهيم الأساسية اللي محتاجها علشان تبدأ رحلتك في عالم ...

30:25
كورس سي بلس بلس - المؤشرات | Pointers Explained (#7)

1,567 views

4 weeks ago

Cipher Zero
The Linux Programming Interface - Memory Allocation/Users and Groups

Costudying on TLPI.

2:03:05
The Linux Programming Interface - Memory Allocation/Users and Groups

0 views

Streamed 2 weeks ago

Bruhtus Null
Study with me: learn C programming language by building our own lisp (Part 99)

I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...

3:08:25
Study with me: learn C programming language by building our own lisp (Part 99)

385 views

Streamed 3 weeks ago

Bruhtus Null
Study with me: learn C programming language by building our own lisp (Part 116)

I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...

2:26:55
Study with me: learn C programming language by building our own lisp (Part 116)

96 views

Streamed 6 days ago