Error: variable i cannot be read at compile time

thedeemon dlang at thedeemon.com
Fri Jan 5 12:10:33 UTC 2018


On Friday, 5 January 2018 at 09:09:00 UTC, Vino wrote:
>   Thank you very much, can you suggest the best way around this 
> issue.

What exactly are you trying to do in Master()? The code seems 
very broken. Each time you write read[i] is will call read() and 
read the whole file, you're going to read the file so many times 
in this code. I don't think that was the intent.



More information about the Digitalmars-d-learn mailing list