Wolfie7873
Technical User
So I just read that in .NET if you declare a class using the __gc keyword then, the garbage collector does all of the memory management when dynamically allocated objects fall out of scope.
if i'm importing old code from a different compiler (g++), do I need to remove my explicit destructors, or can I leave them?
Eddie
if i'm importing old code from a different compiler (g++), do I need to remove my explicit destructors, or can I leave them?
Eddie