stack...heap.....memory management strategies
Ok ...so in VC++, the default stack size is 1 MB.
When you run a program, how can you find what is the current size of the stack and the heap. ?
Depending on the resulf of the above, should you change your memory management code i.e use more arrays than linked lists as they (arrays) are, in general, faster and easier to maintain
K
Guinness is good for you
Guinness is good for you
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement