M
Maarten Wiltink
Rudy Velthuis said:Maarten Wiltink wrote:
Two kinds? Oh, you mean arrays and plain pointers? Now they have
references as well, IIRC. C++ most certainly has them.
No, worse than that. Pointers and references were the two types I
had in mind. The upcoming 2005 ECMA (2006 ISO/IEC) C++ standard
includes .Net support which segregates out pointers into the
garbage-collected heap, now called "handles" and declared with ^
instead of *... but dereferenced with * like the old pointers.
This is a compatibility feature so code using either old or new
pointers can be generic.
Groetjes,
Maarten Wiltink