Re: Help reading binary data

1992-05-26 Thread Lennart Augustsson
> Err, Lennart, doesn't your implementation > > a) write C doubles (even for Float) > b) attach extra information to the file Yes, quite right. After some email with David I've now realized that my initial understanding of his problem was correct, and that there is now (clea

Re: Help reading binary data

1992-05-26 Thread Kevin Hammond
Err, Lennart, doesn't your implementation a) write C doubles (even for Float) b) attach extra information to the file That is in the C sense you don't read/write a raw stream of floats. I assume that what David wanted was something which would read the stream of floats

Re: Help reading binary data

1992-05-20 Thread Lennart Augustsson
> While I'm finding the "Gentle Tutorial" and "The Report" to be fairly > easy to follow in general, I am having trouble figuring out how to read > binary files in and out of Haskell programs. I didn't see any relevant > examples in the progs/demo directory. Could someone please send me som

Help reading binary data

1992-05-19 Thread David M Goblirsch
Hello, While I'm finding the "Gentle Tutorial" and "The Report" to be fairly easy to follow in general, I am having trouble figuring out how to read binary files in and out of Haskell programs. I didn't see any relevant examples in the progs/demo directory. Could someone please send me some