digitalmars.D.learn - Replacement for din.readf
- =?UTF-8?B?QWxpIMOHZWhyZWxp?= (4/4) Jun 16 2010 I've been using din.readf to read from the standard input. Now that
- torhu (2/6) Jun 16 2010 Try readln, lines, or rawRead from std.stdio.
I've been using din.readf to read from the standard input. Now that streams are being retired (some or all?), what is the best replacement? Thank you, Ali
Jun 16 2010
On 16.06.2010 23:23, Ali Çehreli wrote:I've been using din.readf to read from the standard input. Now that streams are being retired (some or all?), what is the best replacement? Thank you, AliTry readln, lines, or rawRead from std.stdio.
Jun 16 2010