cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Convert text file to binary
Convert text file to binary
Feb 9, 2010 at 10:49am UTC
Suzanne
(56)
How do I convert a text file to binary?Then store the conversion in a binary file.
Feb 9, 2010 at 12:42pm UTC
kbw
(9488)
There are various methods. Different methods are used in different applications.
Have a look at base64.
http://en.wikipedia.org/wiki/Base64
Feb 9, 2010 at 6:40pm UTC
nosxlimit
(28)
I think this reference could help. :)
http://www.cplusplus.com/doc/tutorial/files/
Topic archived. No new replies allowed.