Thread overview | |||||
---|---|---|---|---|---|
|
March 28, 2004 operator delete | ||||
---|---|---|---|---|
| ||||
this can be a little bit silly... but can i use the operator "delete" in c++ way? i mean can i directly delete objects without using the garbage collection? best regards, Miguel Ferreira Simões |
March 29, 2004 Re: operator delete | ||||
---|---|---|---|---|
| ||||
Posted in reply to Miguel Ferreira Simões | I think you can, yes.
-C. Sauls
-Invironz
Miguel Ferreira Simões wrote:
> this can be a little bit silly...
> but can i use the operator "delete" in c++ way? i mean can i directly delete
> objects without using the garbage collection?
>
> best regards,
> Miguel Ferreira Simões
|
April 08, 2004 Re: operator delete | ||||
---|---|---|---|---|
| ||||
Posted in reply to Miguel Ferreira Simões | "Miguel Ferreira Simões" <kobold@netcabo.pt> wrote in message news:c47476$1v6g$1@digitaldaemon.com... > this can be a little bit silly... > but can i use the operator "delete" in c++ way? i mean can i directly delete > objects without using the garbage collection? Yes. |
Copyright © 1999-2021 by the D Language Foundation