Answers

Question and Answer:

  Home  C++ Programming

⟩ How does throwing and catching exceptions differ from using setjmp and longjmp?

The throw operation calls the destructors for automatic objects instantiated since entry to the try block.

 166 views

More Questions for you: