Is there a portable way for a function to figure out it's call stack in C++? If there is no portable way to do it, is there a way to do it non-portably under VS.NET on x86/Win32? I'm looking to ...