All Questions
Tagged with problem-solving teaching
1 question
2
votes
2
answers
316
views
Trying to teach a high school student Dynamic Memory Allocation - what are the best ways to do so?
Copied from stack overflow due to feedback
So I want to teach someone how to do dynamic memory allocation using the block padding model. What that means is every memory block is prefixed and ...