Re: TECH QVLib object deletion

Omar Eljumaily ([email protected])
Sun, 14 May 1995 10:18:28 -0700 (PDT)


On Sun, 14 May 1995, Robert DiFalco wrote:

> Omar,
>
> > As far as I can tell, you have to add special deletion code for
> >deleting many objects in QVLib after it parses and traverses.
>
> Yes, that's correct most (if not all) the destructors are not implemented so
> most (if not all) allocated objects are not ever deleted. It shouldn't be
> too hard to fix, but if it is fixed, it should replace the base code so that
> each time a new version comes out the same destructor code isn't missing.
> I'm also thinking of adding C++ standard exceptions and io streams. If
> someone else hasn't done it maybe these changes can be combined into the
> base lib when I'm done.
>
> Robert
>

Robert,

You're a braver man than I, and probably a better C++ coder.
Personally, I would be very much in favor of adding your code to the base
lib.

Thanks,

Omar