ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

91 results

GOTO Conferences
C++ Memory Management • Patrice Roy & Kevin Carpenter

This interview was recorded for the GOTO Book Club. http://gotopia.tech/bookclub Read the full transcription of the interview here: ...

32:21
C++ Memory Management • Patrice Roy & Kevin Carpenter

355 views

3 days ago

ACM SIGPLAN
[OOPSLA'25] Symbolic MRD: Dynamic Memory, Undefined Behaviour, and Extrinsic Choice

Symbolic MRD: Dynamic Memory, Undefined Behaviour, and Extrinsic Choice (Video, OOPSLA1 2025) Jay Richards, Daniel ...

15:23
[OOPSLA'25] Symbolic MRD: Dynamic Memory, Undefined Behaviour, and Extrinsic Choice

0 views

7 days ago

Meeting Cpp
Vector to Array - Robin Savonen Söderholm - Meeting C++ 2025

Robin shows how to preserve compile time allocations with std::vector into an std::array in constexpr context in C++ in his lightning ...

5:05
Vector to Array - Robin Savonen Söderholm - Meeting C++ 2025

957 views

6 days ago

Muhammad Nawaz
Automatic, Static & Dynamic Memory Allocation + Function Call Stack (C++)

Learn how memory allocation works in C++ with a clear explanation of automatic, static, and dynamic memory. In this video, I also ...

7:16
Automatic, Static & Dynamic Memory Allocation + Function Call Stack (C++)

38 views

2 days ago

Ahmed Dahir Gutale
C++ Memory: Stack, Heap, and the RAII Revolution

in C++ programming, memory is primarily divided into two distinct regions: the Stack and the Heap, which are managed through a ...

7:06
C++ Memory: Stack, Heap, and the RAII Revolution

136 views

6 days ago

Mallikharjuna Rao K
9  Pointers & Dynamic Memory Allocation (DMA) in C Language by Dr. Mallikharjuna Rao K

In this video, Pointed and Dynamic Memory Allocation (DMA) in C Language are presented with sample Syntax and examples, ...

2:04
9 Pointers & Dynamic Memory Allocation (DMA) in C Language by Dr. Mallikharjuna Rao K

0 views

7 days ago

LogicToCode
Dynamic Memory Allocation | Lecture 5 | Pointers in C++

Complete Course on Udemy (OOP in C++) https://www.udemy.com/course/object-oriented-programming-oop-in-c/?

11:07
Dynamic Memory Allocation | Lecture 5 | Pointers in C++

36 views

1 day ago

Eric Journey
Final Project COMPROG
9:53
Final Project COMPROG

2 views

7 days ago

kenneth daniel cawagdan
Pointer to Pointer | Double Pointers in C Programming

C Programming Tutorial | Pointers to Pointers (Double Pointers) Explained Good day, everyone! I'm Kenneth Daniel L. Cawagdan ...

10:13
Pointer to Pointer | Double Pointers in C Programming

0 views

7 days ago

Learn To Troubleshoot
How Is Dynamic Memory Allocation Linked To Data Structure Bugs?

Ever wondered how dynamic memory allocation, a fundamental concept in programming, can lead to tricky bugs in your data ...

3:17
How Is Dynamic Memory Allocation Linked To Data Structure Bugs?

0 views

5 days ago

LogicToCode
Dynamic Memory Allocation | 1D Array | Lecture 6 | Pointers

Complete Course on Udemy (OOP in C++) https://www.udemy.com/course/object-oriented-programming-oop-in-c/?

10:17
Dynamic Memory Allocation | 1D Array | Lecture 6 | Pointers

30 views

21 hours ago

PX5 RTOS
PX5 RTOS, fastest RTOS gets even faster with IAR.

Missed Embedded World in Nurenberg or California? No worries — here's your chance to catch up! In this video, I present how ...

11:42
PX5 RTOS, fastest RTOS gets even faster with IAR.

28 views

3 days ago

The Debug Zone
How to Print the Value of a Void Pointer in C: A Step-by-Step Guide

Void pointers are versatile tools that allow for dynamic memory management and type flexibility, but printing their values can be a ...

3:21
How to Print the Value of a Void Pointer in C: A Step-by-Step Guide

0 views

1 day ago

Learn To Troubleshoot
How Does Inspecting Memory Reveal Program State Issues?

Ever wondered how inspecting memory can be a game-changer in debugging? This video delves into the fascinating world of ...

3:16
How Does Inspecting Memory Reveal Program State Issues?

0 views

7 days ago

MindMap Learning
12. C++ reference, pointers and memory management

... memory addresses • Dynamic memory allocation using new and delete • Avoiding memory leaks • Why memory management is ...

22:25
12. C++ reference, pointers and memory management

0 views

23 hours ago

Ms
Pointers
9:00
Pointers

2 views

5 days ago

BabySteps2Code
What Is a Memory Leak?

A memory leak happens when a program allocates memory but never releases it. Over time, unused memory keeps growing, ...

0:18
What Is a Memory Leak?

414 views

3 days ago

ACM SIGPLAN
[OOPSLA'25] Memory-Safety Verification of Open Programs With Angelic Assumptions

Memory-Safety Verification of Open Programs with Angelic Assumptions (Video, OOPSLA2 2025) Gourav Takhar, Baldip Bijlani, ...

11:30
[OOPSLA'25] Memory-Safety Verification of Open Programs With Angelic Assumptions

0 views

7 days ago

Rajini
Pointers
7:21
Pointers

7 views

5 days ago

BabySteps2Code
3 Common free() Mistakes in C (Beginners Always Do These) 🔥

Here are 3 common free() mistakes every C beginner makes 1️⃣ Freeing memory that was never allocated 2️⃣ Freeing the ...

0:28
3 Common free() Mistakes in C (Beginners Always Do These) 🔥

230 views

6 days ago