E
Edward Diener
In the MSDN topic for MC++ "Restriction of Managed Types", I read that GC
and value types "cannot contain pointers to other managed types ". That
can't be right. Does it really mean to say that a __gc class can not have a
pointer to an object of another __gc class ? I must be missing something in
the documentation, but OOP programming as I know it would end if a class
couldn't have a pointer to an object of another class. What have I missed
here in the explanation ?
and value types "cannot contain pointers to other managed types ". That
can't be right. Does it really mean to say that a __gc class can not have a
pointer to an object of another __gc class ? I must be missing something in
the documentation, but OOP programming as I know it would end if a class
couldn't have a pointer to an object of another class. What have I missed
here in the explanation ?