How stdin.readf ignore space char?

a11e99z black80 at bk.ru
Tue Sep 3 13:21:16 UTC 2019


On Tuesday, 3 September 2019 at 12:55:29 UTC, lili wrote:
> Hi guys:
>
>    input is two line, first line is a number n and second line 
> is n float point number,
>     e.g. 3
>          1.1 2.2 3.3
>     how use stdin.readf get all number.

https://dlang.org/library/std/stdio/readf.html
see example


More information about the Digitalmars-d-learn mailing list