www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - stderr.printf() deprecated - what should I use now?

reply Piotr Fusik <Piotr_member pathlink.com> writes:
I haven't used D for some time. Now when I compile my old program
I see that stderr.printf() statements are deprecated. What should
I use instead?
Oct 26 2005
parent reply Jikuh <Jikuh_member pathlink.com> writes:
You can use 

dout.writef(...)

in std.cstream package.

In article <djndn9$nhd$1 digitaldaemon.com>, Piotr Fusik says...
I haven't used D for some time. Now when I compile my old program
I see that stderr.printf() statements are deprecated. What should
I use instead?
Oct 26 2005
parent Piotr Fusik <Piotr_member pathlink.com> writes:
derr.writef(...) I guess?
Thanks.

In article <djnn2f$1q8g$1 digitaldaemon.com>, Jikuh says...
You can use 

dout.writef(...)

in std.cstream package.

In article <djndn9$nhd$1 digitaldaemon.com>, Piotr Fusik says...
I haven't used D for some time. Now when I compile my old program
I see that stderr.printf() statements are deprecated. What should
I use instead?
Oct 26 2005