Tagged Questions
0
votes
0answers
120 views
Stack Frames and the Heap [closed]
I am exploring more in depth how c++ handles memory management. More specifically I am trying to figure out the relationship between stack frames and the heap.
I have so far been able to find out ...