Reading formatted file

a11e99z black80 at bk.ru
Thu Jun 27 13:52:43 UTC 2019


On Thursday, 27 June 2019 at 13:31:23 UTC, Tabamon wrote:
> I am new at D, I'm making a sudoku solver in D, I wanted to add 
> the option to read sudoku from a .txt file.

1) try to google "dlang read text file", most probably 1,2,3 link 
will help to u.
2) https://dlang.org/library/std/file/read_text.html
     string content = readText( fileName );


More information about the Digitalmars-d-learn mailing list