Thread overview
operator delete
Mar 29, 2004
C. Sauls
Apr 08, 2004
Walter
March 28, 2004
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
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
"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.