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

Re: object-oriented C programming



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.

I'd prefer a language that allows me to define my memory management
scheme in a generic yet efficient manner. C++ does this to an extent
with allocators in its std lib.

-- 
Eray (exa) Ozkural
Comp. Sci. Dept., Bilkent University, Ankara
e-mail: erayo@cs.bilkent.edu.tr
www: http://www.cs.bilkent.edu.tr/~erayo



Reply to: