randomIO, std.file, core.stdc.stdio

Charles Hixson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 25 11:54:27 PDT 2016


Are there reasons why one would use rawRead and rawWrite rather than 
fread and fwrite when doiing binary random io?  What are the advantages?

In particular, if one is reading and writing structs rather than arrays 
or ranges, are there any advantages?



More information about the Digitalmars-d-learn mailing list