why does this compile fine, but dies when you run it.

Adam D. Ruppe destructionator at gmail.com
Wed Mar 21 18:55:34 UTC 2018


On Wednesday, 21 March 2018 at 18:53:39 UTC, steven kladitis 
wrote:
> int[] array3;
> array3[0]=4;

array3 is empty. You are trying to set a value that doesn't 
exist..


More information about the Digitalmars-d-learn mailing list