vote up 0 vote down star

Is it necessary to check for nullptr after allocating an object using gcnew?

flag

63% accept rate

1 Answer

vote up 1 vote down check

No, you'll get a OutOfMemoryException in the object can't be allocated by the GC.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.