digitalmars.D.learn - input
- naama (3/3) Jan 30 2009 How am I get a integer nimber from the user? (readln()?)
- Michael P. (4/8) Jan 30 2009 import std.cstream;
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