www.digitalmars.com         C & C++   DMDScript  

D - operator delete

reply "Miguel Ferreira Simões" <kobold netcabo.pt> writes:
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
Mar 28 2004
next sibling parent "C. Sauls" <ibisbasenji yahoo.com> writes:
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
Mar 29 2004
prev sibling parent "Walter" <walter digitalmars.com> writes:
"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.
Apr 08 2004