digitalmars.D.learn - D binary io functions
- Andy Balba (2/2) Aug 29 2020 going nuts trying to figure out which D functions will read/write
- starcanopy (9/11) Aug 29 2020 For starters:
- Arjan (3/5) Aug 30 2020 see this blog:
- Andre Pany (5/10) Aug 30 2020 This blog is fantastic. It would be great if it could be included
- Andy Balba (13/18) Aug 30 2020 Yes, Great, many thanks! This is the kind of online docs Dlang
going nuts trying to figure out which D functions will read/write binary files
Aug 29 2020
On Sunday, 30 August 2020 at 06:00:20 UTC, Andy Balba wrote:going nuts trying to figure out which D functions will read/write binary filesFor starters: https://dlang.org/phobos/std_stdio.html#.File.byChunk https://dlang.org/phobos/std_stdio.html#.File.rawRead https://dlang.org/phobos/std_stdio.html#.File.rawWrite https://dlang.org/phobos/std_stdio.html#.File.lockingBinaryWriter https://dlang.org/phobos/std_file.html#read https://dlang.org/phobos/std_file.html#write https://dlang.org/phobos/std_file.html#append
Aug 29 2020
On Sunday, 30 August 2020 at 06:00:20 UTC, Andy Balba wrote:going nuts trying to figure out which D functions will read/write binary filessee this blog: http://nomad.uk.net/articles/working-with-files-in-the-d-programming-language.html
Aug 30 2020
On Sunday, 30 August 2020 at 10:02:09 UTC, Arjan wrote:On Sunday, 30 August 2020 at 06:00:20 UTC, Andy Balba wrote:This blog is fantastic. It would be great if it could be included into tour.dlang.org. Kind regards Andregoing nuts trying to figure out which D functions will read/write binary filessee this blog: http://nomad.uk.net/articles/working-with-files-in-the-d-programming-language.html
Aug 30 2020
On Sunday, 30 August 2020 at 10:02:09 UTC, Arjan wrote:On Sunday, 30 August 2020 at 06:00:20 UTC, Andy Balba wrote:Yes, Great, many thanks! This is the kind of online docs Dlang needs more of. Links for these "great docs" addressing various topics should be collected into a Dlang.org online file, where each "great doc" contains a link, followed by a brief description. Getting good and useful, online file-io docs for C++ takes a few minutes, but getting equivalent useful information on Dlang functions took me hours, with no successful outcome. IMHO Dlang.org online doc related to file io are too terse to be useful to anyone trying to learn Dlang, and are only useful to those that already familiar with them and who only need a "syntax reminder"going nuts trying to figure out which D functions will read/write binary filessee this blog: http://nomad.uk.net/articles/working-with-files-in-the-d-programming-language.html
Aug 30 2020