Using C++ with Visual Studio, I was wondering if there\'s an API that will print the callstack for me. Preferably, I\'d like to print a callstack 5 levels deep. Does windo
Have a look at the Stackwalk and Stackwalk64 API of the DbgHelp API.