How to write a singleton template?

Frank Benoit frank at nix.de
Wed Mar 15 09:39:05 PST 2006


> printf("hello\n");

string not null terminated, change to one of
printf("hello\n\x00");
writef("hello\n");
writefln("hello");

Frank



More information about the Digitalmars-d mailing list