Convert text file to binary

How do I convert a text file to binary?Then store the conversion in a binary file.
There are various methods. Different methods are used in different applications.

Have a look at base64.
http://en.wikipedia.org/wiki/Base64
I think this reference could help. :)

http://www.cplusplus.com/doc/tutorial/files/
Topic archived. No new replies allowed.