On Mon, 27 Oct 2003, Ronald Landheer-Cieslak wrote: > > Yes.. but only possible with Java (or more generally, when you have a garbage > collection mechanism in your memory management). I usually write in C or C++ > and don't have the luxury of a memory manager, let alone a garbage collector..
Kind of a nitpick, but there are a number of garbage collectors available for C++. The only one I seem to have a link to is here: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Sean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]