V
Vivienne
Hi,
I have a question about "gcnew". I am a C# library in my c++ project,
so "gcnew" is often used when calling the managed methods. so here are
my questions:
are new memories allocated by when calling "gcnew", just like the
"new"?
should I delete it when I don't need it, just like what I do to the
momery blocks allocated by "new"?
Thanks!
Vivienne
I have a question about "gcnew". I am a C# library in my c++ project,
so "gcnew" is often used when calling the managed methods. so here are
my questions:
are new memories allocated by when calling "gcnew", just like the
"new"?
should I delete it when I don't need it, just like what I do to the
momery blocks allocated by "new"?
Thanks!
Vivienne