Printing function stack
Is there any way to print out the whole function stack inside a function?
One way I know is to take the address of the funtion parameter and print some bytes around that.. I am **** sure there is much more efficient way to do the same...
# 1 Re: Printing function stack
Got the info in dev-archive itself...
http://www.dev-archive.com/forum/newreply.php?do=newreply&noquote=1&p=1630011
Thanks a lot!!
# 3 Re: Printing function stack
I am sorry!! :)
The following is the link
http://www.dev-archive.com/cpp/misc/misc/stack/article.php/c3875/