jacob navia wrote:
>
> The C compiler lcc-win offers a GC since 2004 in the standard
> distribution.
>
> This allows a simplification of programming and makes most of the need
> for destructors superfluous.
>
GC frees memory which is only one role of destructors. It does not free
other resources.
--
Ian Collins.