"Branden" <[EMAIL PROTECTED]> writes:
> Of course, C++ has no GC, which is a good thing, but you can always
> fake it with Refcounts, which is much more efficient, and easily
> feasable with C++. 

Err... current research shows that the refcount approach is one of the
slowest forms of GC, and it doesn't even do the job properly.

-- 
Piers

Reply via email to