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 |
What it is and how it might be called (2 methods).
How many characters are recognized by ANSI C++?
Why is it necessary to use a reference in the argument to the copy constructor?
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,
Why is c++ not purely object oriented?
How do c++ struct differs from the c++ class?
How to implement is-a and has-a class relationships?
Are strings immutable in c++?
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
Why is main an int?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is input operator in c++?