Array slicing

Anders F Björklund afb at algonet.se
Thu Dec 14 14:47:24 PST 2006


Hasan Aljudy wrote:

> printf is not a part of D.
> use writef instead.

The C library is a part of D, so using std.c.stdio.printf
is OK as long as toStringz is used. Maybe std.stdio.writef
would be easier to use, but both alternatives are valid D.

--anders


More information about the Digitalmars-d-learn mailing list