B
Bumbala
Hello,
I am working on a Windows Forms Control Library which has some
unmanaged code in it. What is the equivalent of "C# null" in managed
C++?
CUnmanagedClass *pClass = NULL;
ManagedClass^ aClass = ?;
I want to check if aClass has been set.
Thank you!
I am working on a Windows Forms Control Library which has some
unmanaged code in it. What is the equivalent of "C# null" in managed
C++?
CUnmanagedClass *pClass = NULL;
ManagedClass^ aClass = ?;
I want to check if aClass has been set.
Thank you!