Re: Binary I/O Operations?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Dick Holmes wrote:
> 
> This could well be a problem brought on by old age, but I can't find a
> Euphoria
> function that allows me to read and write binary I/O. I can create a new
> binary
> file using the "wb" variant of open, but all of the I/O statements seem to
> deal
> exclusively with strings, and I need to be able to write and read raw
> integers.
> 
> TIA!
> 
> Dick Holmes

puts() works with binary input.

get_bytes and getc() read bytes from files opened using the "rb" mode.

CChris

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu