casting and arrays..

Jarrett Billingsley kb3ctd2 at yahoo.com
Sat Mar 10 20:26:58 PST 2007


"Chris Warwick" <sp at m.me.not> wrote in message 
news:esvnvu$2ku8$1 at digitalmars.com...
>
> Well i cant realy do that cause im reading a binary file in, and then i 
> want to parse it, extract structs and various types here and there.

I wouldn't really recommend std.file.read for anything more than reading in 
the simplest of files.  Use std.stream.File or BufferedFile for reading in 
complex files.  You can then read in a struct with .readExact. 




More information about the Digitalmars-d-learn mailing list