variable x cannot be read at compile time - how to get around this?

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 12 23:50:25 PST 2014


On Thursday, 13 November 2014 at 07:08:19 UTC, Sergey wrote:
>   Hello everyone!
>
> I need to create a two-dimensional array in this way, for 
> example:

What did you want the type of the array to be? "string[10][10]" 
or "string[][]"?



More information about the Digitalmars-d mailing list