D - operator delete
- Miguel Ferreira Simões (5/5) Mar 28 2004 this can be a little bit silly...
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
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
"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 directlydeleteobjects without using the garbage collection?Yes.
Apr 08 2004