digitalmars.D.learn - Replacement for din.readf
- =?UTF-8?B?QWxpIMOHZWhyZWxp?= <acehreli yahoo.com> Jun 16 2010
- torhu <no spam.invalid> Jun 16 2010
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, Ali
Try readln, lines, or rawRead from std.stdio.
Jun 16 2010








torhu <no spam.invalid>