Get function call stack in C++ program

R

Ravid Idit

Is there a possibilty to get functions call stack in C++
program?
I need:
1) the current function name availble in run time.
2) in crash time, to get a list of functions call.

thank you for your help.
Idit
 
W

William DePalo [MVP VC++ ]

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top