post  Stacks and Heaps - What are they?

CamelCase (10)   Link to this post
Hi guys, I am currently learning C++ and I cant find any decent resources on Stacks and Heaps. I have seen these terms thrown around alot and really want to know what they are.

If anybody could explain or point me in the right direction to resources regarding this topic could you please leave a reply.

Thanks.
bnbertha (401)   Link to this post
Wiki has some stuff on this....
Stack
http://en.wikipedia.org/wiki/Stack-based_memory_allocation

and Heap

http://en.wikipedia.org/wiki/Dynamic_memory_allocation
CamelCase (10)   Link to this post
Thank you, Looked on wiki but didnt find that lol, just some complex article >.<

This topic is archived - New replies not allowed.