Hi, I want to know what exactly happens when constructor fails. Do we have mechanism which will provide us information regarding failure of constructor other than exception.
What happens with the memory already allocated to the object when in some circumstances construction of object fails.