memory de-allocation?

freeman fm at nomail.com
Sun Sep 23 17:17:28 PDT 2012


Given:

void main () {
   system("rdmd prog_one.d");
   //... output from prog_one

   system("rdmd prog_two.d");
   //... output again from prog_one and new output from prog_two.
}

Any suggestions for getting rid of the ghost of prog_one?





More information about the Digitalmars-d-learn mailing list