dmd 178 changes (177 not 178) and more

Unknown W. Brackets unknown at simplemachines.org
Sun Dec 10 22:32:10 PST 2006


Use toStringz() or writefln().

-[Unknown]


> and more, this is invalid:
> 
> printf("Couldn't compile sources for "~name.toString()~"\n");
> 
> function object.printf (char*,...) does not match parameter types (char[])
> 
> but this is valid:
> 
> printf("Couldn't compile sources for ");//~name.toString()~"\n");
> 
> ???
> 
> Ant


More information about the Digitalmars-d-learn mailing list