Is it necessary to check for nullptr after allocating an object using gcnew?
|
|
|
|
|
|
|
No, you'll get a OutOfMemoryException in the object can't be allocated by the GC. |
||
|
|
|
|
Is it necessary to check for nullptr after allocating an object using gcnew?
|
||
|
|
|
|
No, you'll get a OutOfMemoryException in the object can't be allocated by the GC. |
||
|
|