B
Bruno van Dooren
Hi all,
MyClass Instance = NULL;
Instance = new MyClass();
and 'new' throws an exception.
is the value of Instance still NULL, or is it undefined?
I looked in MSDN, but could not really find out.
kind regards,
Bruno.
MyClass Instance = NULL;
Instance = new MyClass();
and 'new' throws an exception.
is the value of Instance still NULL, or is it undefined?
I looked in MSDN, but could not really find out.
kind regards,
Bruno.