https://issues.dlang.org/show_bug.cgi?id=13486

Vladimir Panteleev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Vladimir Panteleev <[email protected]> ---
> readf("%d", &num);

You have indicated that you do not want to skip past the whitespace after the
first number.

Instead, try:

readf("%d\n", &num);

If you are not sure whether something is a D bug, you will get a faster reply
on the learn group:

http://forum.dlang.org/group/digitalmars.D.learn

--

Reply via email to