Talk:Stack (memory)
From Cppwiki
Although the C++ standard does not discuss the existance of a stack, nearly all implementations have a stack of some form. -- It does talk about "stack unwinding" with respect to exception handling, which (indirectly) happens to explain how the stack works... sort of. -- [eloi]