Click here to Skip to main content
15,891,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Binary to Text File Pin
Cedric Moonen23-Jan-06 21:41
Cedric Moonen23-Jan-06 21:41 
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 
That won't work: this will just take everything that is in your file and paste it exactly the same in a text file. So you will be able to open your file directly with notepad but the contents will be exactly the same. There is no way of doing what you want without knowing how the data is stored in the file. That is: they saved first this variable (a float), then this string, then this integer value, ... quite difficult to know without having the sources files of the program itself.
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 
JokeRe: How to judge the status of CD/DVD-Rom door? Pin
toxcct23-Jan-06 21:27
toxcct23-Jan-06 21:27 
General[Message Deleted] Pin
Owner drawn23-Jan-06 21:32
Owner drawn23-Jan-06 21:32 
JokeRe: How to judge the status of CD/DVD-Rom door? Pin
Cedric Moonen23-Jan-06 21:34
Cedric Moonen23-Jan-06 21:34 
GeneralRe: How to judge the status of CD/DVD-Rom door? Pin
Owner drawn23-Jan-06 21:38
Owner drawn23-Jan-06 21:38 
GeneralRe: How to judge the status of CD/DVD-Rom door? Pin
toxcct23-Jan-06 22:10
toxcct23-Jan-06 22:10 
GeneralRe: How to judge the status of CD/DVD-Rom door? Pin
Owner drawn23-Jan-06 22:12
Owner drawn23-Jan-06 22:12 
GeneralRe: How to judge the status of CD/DVD-Rom door? Pin
Syouki_kou23-Jan-06 23:12
Syouki_kou23-Jan-06 23:12 

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.