digitalmars.D.learn - input
- naama <naama767 walla.com> Jan 30 2009
- Michael P. <baseball.mjp gmail.com> Jan 30 2009
How am I get a integer nimber from the user? (readln()?) the command line is: ???
Jan 30 2009
naama Wrote:How am I get a integer nimber from the user? (readln()?) the command line is: ???
import std.cstream; int number; din.readf( "%d", &number );
Jan 30 2009








Michael P. <baseball.mjp gmail.com>