Can we use resume in error handling i.e. in the catch block
Answers were Sorted based on User's Feedback
Answer / mms zubeir
I believe the question is not properly formed, am I right?
The question could be: Can we resume the execution from
where the exception is thrown?
The answer can be Yes** and No*.
* - By using C++ try/catch mechanism we cannot resume back
because of the stack unwinding happens.
** - By using structured exception handling of Win32, we
can resume.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / s.murali krishnan
No.
The Exception can only handled using the catch block
the error CANNOT be handled.
Is This Answer Correct ? | 1 Yes | 0 No |
In which memory a class gets stored(in heap /in stack)? And why??
what is C++ exceptional handling?
What is the function of I/O library in C++ ?
What is oops in c++?
Can create new c++ operators?
Write a program which uses Command Line Arguments
What is a .h file c++?
How the endl and setw manipulator works?
What is the use of endl in c++?
Is c++ used anymore?
What is a string example?
Can you Mention some Application of C/C++?