Click here to Skip to main content
15,908,675 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: i got this and getting errors with detours please help Pin
PJ Arends28-Oct-06 8:44
professionalPJ Arends28-Oct-06 8:44 
GeneralRe: i got this and getting errors with detours please help Pin
Hamid_RT28-Oct-06 9:07
Hamid_RT28-Oct-06 9:07 
Questionclosing the opened dialog from cchildframe::OnClose() Pin
Veeresh Hiremath28-Oct-06 4:55
Veeresh Hiremath28-Oct-06 4:55 
AnswerRe: closing the opened dialog from cchildframe::OnClose() Pin
Mark Salsbery28-Oct-06 8:27
Mark Salsbery28-Oct-06 8:27 
Question2 chars to float Pin
rockychaudhary28-Oct-06 4:51
rockychaudhary28-Oct-06 4:51 
AnswerRe: 2 chars to float Pin
Eytukan28-Oct-06 6:25
Eytukan28-Oct-06 6:25 
QuestionRe: 2 chars to float Pin
rockychaudhary29-Oct-06 21:24
rockychaudhary29-Oct-06 21:24 
AnswerRe: 2 chars to float Pin
Eytukan29-Oct-06 21:58
Eytukan29-Oct-06 21:58 
What precision values are you storing inside a 'char' ?? I dont understand you. Can you give me some sample data?
hey btw, the << , | thing, let me explain you.
<br />
00000001 - char1<br />
00000010 - char2<br />

Now,
A word is about 16 bits.
so A Word(w1)->00000000 00000000
push the char1 to the upper 8 bits
<br />
w1=char1<<8;<br />

now,
<br />
w1= 00000001 00000000<br />


Now, OR the char2 value
<br />
w1|char2;<br />
00000001 0000000<br />
00000000 0000010<br />
----------------<br />
00000001 0000010<br />
----------------<br />

Now you have the two values inside w1.






:Gong: 歡迎光臨 吐 西批 :Gong:

GeneralRe: 2 chars to float Pin
rockychaudhary31-Oct-06 4:57
rockychaudhary31-Oct-06 4:57 
QuestionRe: 2 chars to float Pin
Eytukan31-Oct-06 23:58
Eytukan31-Oct-06 23:58 
QuestionGetUpdateRgn Pin
Waldermort28-Oct-06 4:50
Waldermort28-Oct-06 4:50 
AnswerRe: GetUpdateRgn Pin
PJ Arends28-Oct-06 8:29
professionalPJ Arends28-Oct-06 8:29 
Questionerror PRJ0015 in VS C++ Pin
Reuven Elliassi28-Oct-06 4:20
Reuven Elliassi28-Oct-06 4:20 
AnswerRe: error PRJ0015 in VS C++ Pin
PJ Arends28-Oct-06 8:19
professionalPJ Arends28-Oct-06 8:19 
QuestionI check this MSDN answer but Pin
Reuven Elliassi28-Oct-06 10:12
Reuven Elliassi28-Oct-06 10:12 
AnswerRe: I check this MSDN answer but Pin
PJ Arends28-Oct-06 11:33
professionalPJ Arends28-Oct-06 11:33 
QuestionRe: I check this MSDN answer but Pin
Reuven Elliassi29-Oct-06 3:38
Reuven Elliassi29-Oct-06 3:38 
AnswerSorry, I am at a loss and cannot help Pin
PJ Arends29-Oct-06 7:05
professionalPJ Arends29-Oct-06 7:05 
GeneralRe: Sorry, I am at a loss and cannot help Pin
Reuven Elliassi29-Oct-06 9:03
Reuven Elliassi29-Oct-06 9:03 
NewsI found the way to fix it ! Pin
Reuven Elliassi30-Oct-06 3:42
Reuven Elliassi30-Oct-06 3:42 
GeneralRe: I found the way to fix it ! Pin
PJ Arends30-Oct-06 4:27
professionalPJ Arends30-Oct-06 4:27 
QuestionBoolean Size? Pin
Astricks28-Oct-06 2:59
Astricks28-Oct-06 2:59 
AnswerRe: Boolean Size? Pin
PJ Arends28-Oct-06 8:50
professionalPJ Arends28-Oct-06 8:50 
QuestionString Split Pin
Astricks28-Oct-06 2:48
Astricks28-Oct-06 2:48 
AnswerRe: String Split Pin
Astricks28-Oct-06 3:02
Astricks28-Oct-06 3:02 

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.