G
Guest
I am new to C++ so I may be missing something. But doesn't using the new
syntax ^ instead of * for pointers and 'gcnew' instead of 'new' for example
make the code very non-portable to unmanaged C++, if the need ever arises?
Rasika.
PS. Is it possible to use managed assemblies from unmanaged code?
syntax ^ instead of * for pointers and 'gcnew' instead of 'new' for example
make the code very non-portable to unmanaged C++, if the need ever arises?
Rasika.
PS. Is it possible to use managed assemblies from unmanaged code?