Something like system(PAUSE) like in C++ under windows?
Chris Nicholson-Sauls
ibisbasenji at gmail.com
Thu May 24 06:28:16 PDT 2007
Charma wrote:
> check out the subject...
>
> Thanks to all responses!
>
> Charma
import std.c.process;
void main () {
system("pause".ptr);
}
-- Chris Nicholson-Sauls
More information about the Digitalmars-d
mailing list