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 ...
Ok, my assignment is to write a mixed c++/nasm program. This is the example code my Professor provided to me, which I have already deviated from but shows what the task at hand is: ...