Simple question.
In the book I previously read on C, it didn't go into what the heap was. In some lectures I'm watching currently, the guy talks about the heap but doesn't explain what it is (maybe he's gone over this in a previous lecture).
Do you know of any resources I could use (online, preferably) to understand the memory management, heap, etc. in C?
Thanks.
In the book I previously read on C, it didn't go into what the heap was. In some lectures I'm watching currently, the guy talks about the heap but doesn't explain what it is (maybe he's gone over this in a previous lecture).
Do you know of any resources I could use (online, preferably) to understand the memory management, heap, etc. in C?
Thanks.
Comment