G
George2
Hello everyone,
Bjarne mentioned in his book, that there is no way to catch exceptions
from the initialization of global variables (section 14.7). But I do
not think it is true, because we can add function try block to its
constructor, and catch appropriate types of exceptions or using
catch(...) to catch all exceptions.
Am I correct? Any comments?
thanks in advance,
George
Bjarne mentioned in his book, that there is no way to catch exceptions
from the initialization of global variables (section 14.7). But I do
not think it is true, because we can add function try block to its
constructor, and catch appropriate types of exceptions or using
catch(...) to catch all exceptions.
Am I correct? Any comments?
thanks in advance,
George