RE: Object ownership?

>Perhaps I have spent too much time writing apps which use reference
>counting!  Can anyone address a memory management scheme (other than garbage
>collection) for the DOM where reference counting is NOT used which addresses
>the example above?

Purely copying. Various forms of GC are possible in C/C++ as well.

Received on Wednesday, 27 May 1998 14:08:11 UTC