[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: object-oriented C programming



On Tue, Dec 05, 2000 at 11:23:36AM -0500, David Greene wrote:
> On 4 Dec 2000, Thomas Bushnell, BSG wrote:
> 
> > One of the key language supports it needs is GC'd memory management.  
> 
> It certainly makes things easier, but if I don't want to use it, I don't
> want it forced on me.  Automatic variables are nice.

C/C++ with the Boehm-Weiser GC will let you chose what you want garbage
collected and not. So will Modula-3, but that's moribund. 

-- 
David Starner - dstarner98@aasaa.ofe.org
http://dvdeug.dhis.org
"(You see, the best way to solve a problem is to rigorously define it in
terms of other people's problems and then run away quickly.)"
   -- Roland McGrath <frob@debian.org>



Reply to: