input

Michael P. baseball.mjp at gmail.com
Fri Jan 30 07:53:32 PST 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 );


More information about the Digitalmars-d-learn mailing list