> 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
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
> 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
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