G
Guest
I'm reading page 40 of "Managed .NET and C++ Development" by Stephen Fraser
and it says:
"Managed C++ value types default to being garbage collected when defined as
pointers, wheras traditional C++ data types don't. Because this is the case,
pointers that you allocate using int need to be deleted."
But isn't int just an alias for Int32???
Rasika.
and it says:
"Managed C++ value types default to being garbage collected when defined as
pointers, wheras traditional C++ data types don't. Because this is the case,
pointers that you allocate using int need to be deleted."
But isn't int just an alias for Int32???
Rasika.