Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

View binary

Status
Not open for further replies.

mgleissn

Technical User
Joined
Jul 11, 2002
Messages
1
Location
US
Does anyone know how to output files as binary (1's and 0's)?
 
fwrite() is used for binary output. You use fread() to read it back in.

Take a look at a C book and you should get a good example.

-Tyler

-Tyler
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top