Global C++ Exception Handler
Just found out that many C++ compilers provide the std::set_terminate()
function for catching any unanticipated exceptions. Read here for more: http://www.extinguishedscholar.com/wpglob/?p=176
Just found out that many C++ compilers provide the std::set_terminate()
function for catching any unanticipated exceptions. Read here for more: http://www.extinguishedscholar.com/wpglob/?p=176