www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - The road map of formatted read and write in Phobos

reply =?ISO-8859-1?Q?Ali_=C7ehreli?= <acehreli yahoo.com> writes:
There has been changes in formatted input and output in the recent 
Phobos releases. There are also differences in behavior among std.stdio, 
std.format, and std.cstream (which will be deprecated).

I can't find documentation for formatted read.

Could someone please summarize the status quo and road map.

Thank you,
Ali
Mar 04 2011
parent =?ISO-8859-1?Q?Ali_=C7ehreli?= <acehreli yahoo.com> writes:
On 03/04/2011 11:24 AM, Ali Çehreli wrote:
 There has been changes in formatted input and output in the recent
 Phobos releases. There are also differences in behavior among std.stdio,
 std.format, and std.cstream (which will be deprecated).

 I can't find documentation for formatted read.

 Could someone please summarize the status quo and road map.

 Thank you,
 Ali
Current inconsistencies will be resolved organically but slowly. Just don't use std.cstream and you should be fine. Ali
Mar 08 2011