dotgnu-general
[Top][All Lists]
Advanced

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

RE: [DotGNU]question about Finalize in C#


From: BioChem333
Subject: RE: [DotGNU]question about Finalize in C#
Date: 10 Sep 2002 02:10:51 -0400

Hi,

        A GC based system is easier to use for people who can't, or don't want
to, deal with manual memory management, but most existing code uses
manual memory management. Without finalizers, wrapping most existing
code would probably be impossible (and at the very least, unnecessarily
more complicated).


Rich



On Mon, 2002-09-09 at 22:47, James Mc Parlane wrote:
> IMHO - If you have to use a finaliser, then why even bother to use a GC
> based system. Just code in C or C++ :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]