M
mthread
Hi,
I am writing an application in which I do quite a lot of
initialization in constructor(I am new to C++). There are
possibilities the costructor might fail. How do I identify whether a
constructor is failed or not.
I am writing an application in which I do quite a lot of
initialization in constructor(I am new to C++). There are
possibilities the costructor might fail. How do I identify whether a
constructor is failed or not.