M
Mark Ingram
Hi, I've been trying to update some old C++ code and when i came across
this:
MyClass** ppOut
I changed it to:
MyManagedClass^% ppOut
However - it doesn't work exactly the same because I am unable to pass
nullptr for one of those parameters. How can I replicate pointers to
pointers?
Thanks,
this:
MyClass** ppOut
I changed it to:
MyManagedClass^% ppOut
However - it doesn't work exactly the same because I am unable to pass
nullptr for one of those parameters. How can I replicate pointers to
pointers?
Thanks,