Reading array of numbers from file

Lubos Pintes lubos.pintes at gmail.com
Fri Jan 11 01:44:33 PST 2013


Hi,
Do I correctly suppose this is not possible? Because I don't understand 
fully the compiler error.

import std.stdio;
void main() {
   int[] a;
   stdin.readf(" %s",&a);
   writeln(a);
}


More information about the Digitalmars-d-learn mailing list