+ 2
Exception handling in c++
what happens when exception is thrown and not handled in c++
2 Answers
+ 13
this may help you ro understand more
https://www.tutorialspoint.com/cplusplus/cpp_exceptions_handling.htm
+ 1
the program just stops and throwing error on visual (for example) about unhandled exception