Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: full screen message box Pin
David Crow30-Mar-09 7:57
David Crow30-Mar-09 7:57 
AnswerRe: full screen message box Pin
bulg30-Mar-09 10:41
bulg30-Mar-09 10:41 
GeneralRe: full screen message box Pin
gamefreak229130-Mar-09 18:31
gamefreak229130-Mar-09 18:31 
QuestionHow to convers a binary file into something readable Pin
shpid3r30-Mar-09 3:58
shpid3r30-Mar-09 3:58 
AnswerRe: How to convers a binary file into something readable Pin
led mike30-Mar-09 4:32
led mike30-Mar-09 4:32 
GeneralRe: How to convers a binary file into something readable Pin
shpid3r30-Mar-09 4:37
shpid3r30-Mar-09 4:37 
GeneralRe: How to convers a binary file into something readable Pin
led mike30-Mar-09 4:45
led mike30-Mar-09 4:45 
GeneralRe: How to convers a binary file into something readable Pin
shpid3r30-Mar-09 5:00
shpid3r30-Mar-09 5:00 
ok let me zoom out a little:

I have the sequence of bits:
0 101010101 0 101010101 0 101010101 0 10101010 0 ...

First I have to strip the lone 0's.
With the remainder bits I have to form numbers, and then write them (the obtained values) into a file.

As there are 9 bits used for every value, I will have to format these numbers on 16 bits (so to meet the byte boundaries). The first bit is important, as it gives the sign information (positive or negative).

It is obvious that the suggestion to test bits and write characters of 0 or 1 is the simplest approach, but it won`t help me further ahead... Sorry for not providing a complete explanation (so far)
QuestionRe: How to convers a binary file into something readable Pin
CPallini30-Mar-09 5:55
mveCPallini30-Mar-09 5:55 
AnswerRe: How to convers a binary file into something readable Pin
shpid3r30-Mar-09 7:32
shpid3r30-Mar-09 7:32 
GeneralRe: How to convers a binary file into something readable Pin
CPallini30-Mar-09 8:49
mveCPallini30-Mar-09 8:49 
QuestionProblem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
PankajB30-Mar-09 2:54
PankajB30-Mar-09 2:54 
QuestionRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
David Crow30-Mar-09 3:40
David Crow30-Mar-09 3:40 
AnswerRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Roger Stoltz30-Mar-09 3:42
Roger Stoltz30-Mar-09 3:42 
GeneralRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Rajesh R Subramanian30-Mar-09 3:59
professionalRajesh R Subramanian30-Mar-09 3:59 
GeneralRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Roger Stoltz30-Mar-09 4:03
Roger Stoltz30-Mar-09 4:03 
JokeRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Rajesh R Subramanian30-Mar-09 4:12
professionalRajesh R Subramanian30-Mar-09 4:12 
JokeRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
CPallini30-Mar-09 5:42
mveCPallini30-Mar-09 5:42 
JokeRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Rajesh R Subramanian30-Mar-09 20:34
professionalRajesh R Subramanian30-Mar-09 20:34 
GeneralRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Code-o-mat30-Mar-09 5:57
Code-o-mat30-Mar-09 5:57 
JokeRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Roger Stoltz30-Mar-09 6:04
Roger Stoltz30-Mar-09 6:04 
GeneralRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Rajesh R Subramanian30-Mar-09 20:20
professionalRajesh R Subramanian30-Mar-09 20:20 
GeneralRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Code-o-mat30-Mar-09 21:19
Code-o-mat30-Mar-09 21:19 
GeneralRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Rajesh R Subramanian30-Mar-09 21:42
professionalRajesh R Subramanian30-Mar-09 21:42 
GeneralRe: Problem getting Caption of a window control using SendMessage & WM_GETTEXT Pin
Code-o-mat30-Mar-09 22:16
Code-o-mat30-Mar-09 22:16 

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.