hi all;
basic managed c++ question:
are there any "primitive types" (int, long) that inherit from System::Object
thus making them managed?
(something like the Integer class in java).
if so, conversion are provided, right?
cheers,
g.