Click here to Skip to main content
15,893,663 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: context menu Pin
Owner drawn23-Jan-06 22:02
Owner drawn23-Jan-06 22:02 
Questionwinpcap undeclared Pin
leenmie23-Jan-06 21:30
leenmie23-Jan-06 21:30 
QuestionBinary to Text File Pin
PremalathaP23-Jan-06 21:21
PremalathaP23-Jan-06 21:21 
AnswerRe: Binary to Text File Pin
toxcct23-Jan-06 21:25
toxcct23-Jan-06 21:25 
GeneralRe: Binary to Text File Pin
PremalathaP23-Jan-06 21:30
PremalathaP23-Jan-06 21:30 
GeneralRe: Binary to Text File Pin
Cedric Moonen23-Jan-06 21:33
Cedric Moonen23-Jan-06 21:33 
GeneralRe: Binary to Text File Pin
PremalathaP23-Jan-06 21:37
PremalathaP23-Jan-06 21:37 
GeneralRe: Binary to Text File Pin
Cedric Moonen23-Jan-06 21:41
Cedric Moonen23-Jan-06 21:41 
Geez, why don't you explain clearly your problem when asking your question ?

And, why do you want to change this file into text file ?
The only way to do it is to know EXACTLY what is stored in the file, in which order, ... So you'll have to do EXACTLY the same operation as done for creating the file but in the other way (so extract the data). Then when you have extracted all the data, you can print them in another file (with fprintf for example, or using the streams from the STL).

But I think you don't know what is the exact file format, am I right ? So, you can't do what you are trying to do. Or, you'll have to search on internet for the descritption of the file format and then load it yourself.
GeneralRe: Binary to Text File Pin
toxcct23-Jan-06 21:34
toxcct23-Jan-06 21:34 
GeneralRe: Binary to Text File Pin
PremalathaP23-Jan-06 21:38
PremalathaP23-Jan-06 21:38 
QuestionRe: Binary to Text File Pin
kelprinc23-Jan-06 21:31
kelprinc23-Jan-06 21:31 
GeneralRe: Binary to Text File Pin
toxcct23-Jan-06 21:34
toxcct23-Jan-06 21:34 
AnswerRe: Binary to Text File Pin
kelprinc23-Jan-06 21:38
kelprinc23-Jan-06 21:38 
GeneralRe: Binary to Text File Pin
PremalathaP23-Jan-06 21:40
PremalathaP23-Jan-06 21:40 
GeneralRe: Binary to Text File Pin
Cedric Moonen23-Jan-06 21:44
Cedric Moonen23-Jan-06 21:44 
GeneralRe: Binary to Text File Pin
namaskaaram23-Jan-06 22:28
namaskaaram23-Jan-06 22:28 
QuestionShare permissions Pin
kelprinc23-Jan-06 21:11
kelprinc23-Jan-06 21:11 
AnswerRe: Share permissions Pin
toxcct23-Jan-06 21:16
toxcct23-Jan-06 21:16 
GeneralRe: Share permissions Pin
kelprinc23-Jan-06 21:18
kelprinc23-Jan-06 21:18 
QuestionSystem tray icon Pin
Learner200623-Jan-06 20:44
Learner200623-Jan-06 20:44 
AnswerRe: System tray icon Pin
Owner drawn23-Jan-06 20:51
Owner drawn23-Jan-06 20:51 
GeneralRe: System tray icon Pin
Learner200623-Jan-06 21:01
Learner200623-Jan-06 21:01 
AnswerRe: System tray icon Pin
S Douglas24-Jan-06 21:04
professionalS Douglas24-Jan-06 21:04 
QuestionHow to judge the status of CD/DVD-Rom door? Pin
Syouki_kou23-Jan-06 20:38
Syouki_kou23-Jan-06 20:38 
AnswerRe: How to judge the status of CD/DVD-Rom door? Pin
Owner drawn23-Jan-06 20:49
Owner drawn23-Jan-06 20:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.