Hello, Java's got a nice method for getting the stack trace at runtime. I use it often for debugging as an "assert" mechanism. Is there something similar that I can do with C++? Thanks, Scott