You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Biggest issue in newer programs is C++ managed exceptions which do not trigger any top level exception handler, and instead force exit the program after fake-throwing an error. I thought about this but then forgot about it completely.
The text was updated successfully, but these errors were encountered:
Biggest issue in newer programs is C++ managed exceptions which do not trigger any top level exception handler, and instead force exit the program after fake-throwing an error. I thought about this but then forgot about it completely.
The text was updated successfully, but these errors were encountered: