Re: How to convert binary file to ASCII file
From: a.m.a (amarcaurele_at_videotron.ca)
Date: 02/05/04
- Next message: Alto: "Select multi files and folders"
- Previous message: Nick Savoiu: "Re: No memory although more than 1GB free"
- In reply to: prinz: "How to convert binary file to ASCII file"
- Next in thread: Pedro Navaja: "Re: How to convert binary file to ASCII file"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Feb 2004 11:51:05 -0500
"prinz" <de6666@lycos.com> wrote in message
news:402229FD.9F41FC2@lycos.com...
> How to convert binary file to ASCII file?
>
> Thanks in advance!
>
if you use ifstream and ofstream, load it in binary mode, but re-write a
file in ascii mode.
i think it should work
- Next message: Alto: "Select multi files and folders"
- Previous message: Nick Savoiu: "Re: No memory although more than 1GB free"
- In reply to: prinz: "How to convert binary file to ASCII file"
- Next in thread: Pedro Navaja: "Re: How to convert binary file to ASCII file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|