Exceptions stacktrace
Posted
by f4
on Stack Overflow
See other posts from Stack Overflow
or by f4
Published on 2010-01-14T13:50:56Z
Indexed on
2010/03/14
21:25 UTC
Read the original article
Hit count: 210
c++
What's the best way to implement an exception stack trace?
I found some kind of a solution using uncaught_exception() but it requires to add some code to every function.
I need something working on gcc under linux and windows
© Stack Overflow or respective owner