Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!rutgers!ucsd!ucbvax!hplabs!hp-pcd!hplsla!jima From: jima@hplsla.HP.COM (Jim Adcock) Newsgroups: comp.lang.c++ Subject: Re: reference counting vs. GC again Message-ID: <6590236@hplsla.HP.COM> Date: 5 Sep 89 16:08:48 GMT References: <14189@polyslo.CalPoly.EDU> Organization: HP Lake Stevens, WA Lines: 8 > I hope C++ can have an automatic memory management system, but I am not > holding my breath. This was addressed a month or two back, with the conclusion that under 2.0 it is relatively easy to add GC to C++, and people have done so. Not to imply I believe GC is uniformly the answer over ref counting. I believe each has its place. Better yet if one can write classes that need neither.