Re: Interview: Dale Fuller and Blake Stone on Borland directions
From: Rudy Velthuis (TeamB) (rvelthuis_at_gmx.de)
Date: 11/17/03
- Next message: Rudy Velthuis (TeamB): "Re: D8 order saga - D2 doesn't qualify for an upgrade"
- Previous message: Rudy Velthuis (TeamB): "Re: Interview: Dale Fuller and Blake Stone on Borland directions"
- In reply to: Will DeWitt Jr.: "Re: Interview: Dale Fuller and Blake Stone on Borland directions"
- Next in thread: Will DeWitt Jr.: "Re: Interview: Dale Fuller and Blake Stone on Borland directions"
- Reply: Will DeWitt Jr.: "Re: Interview: Dale Fuller and Blake Stone on Borland directions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Nov 2003 03:59:32 -0700
Will DeWitt Jr. wrote:
> Rudy Velthuis (TeamB) wrote:
>
> > When and where should it be called?
>
> At the end of the expression
And I suppose the compiler should know that the function returns a new
object, instead of just returning a reference to an existing one? It
would require that the compiler knows about the contents of the method
then.
> A class in a class, you mean in the case where a member of the class is
> another class? Wouldn't this be handled by the initial destructor
> freeing any members it needs to when it's destroyed?
No. You must explicitly call all destructors of contained members. This
is Delphi after all.
-- Rudy Velthuis (TeamB) "The nourishment is palatable" - Emily Dickinson, dying words
- Next message: Rudy Velthuis (TeamB): "Re: D8 order saga - D2 doesn't qualify for an upgrade"
- Previous message: Rudy Velthuis (TeamB): "Re: Interview: Dale Fuller and Blake Stone on Borland directions"
- In reply to: Will DeWitt Jr.: "Re: Interview: Dale Fuller and Blake Stone on Borland directions"
- Next in thread: Will DeWitt Jr.: "Re: Interview: Dale Fuller and Blake Stone on Borland directions"
- Reply: Will DeWitt Jr.: "Re: Interview: Dale Fuller and Blake Stone on Borland directions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|