Stack vs Heap - Memory Management

preview_player
Показать описание
It's really important to know where the memory we are using comes from.
In this short tutorial, I explain what is the stack memory and the heap. I also show how to allocate memory from the heap using C++.

This is a clip from my tutorial series on How to Program a Simple Game in C++.

If you have any questions, make sure to drop them in the chat!
Thanks!
Рекомендации по теме
Комментарии
Автор

This is a clip from my "Drawing Graphics in C++" tutorial.
:D

DanZaidan
Автор

to be honest, that's all I needed to know, thanks a lot

vfs