Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondialog box Pin
amit.code28-Jun-06 18:36
amit.code28-Jun-06 18:36 
AnswerRe: dialog box Pin
ashish dogra28-Jun-06 18:53
ashish dogra28-Jun-06 18:53 
AnswerRe: dialog box Pin
songlei28-Jun-06 18:54
songlei28-Jun-06 18:54 
AnswerRe: dialog box Pin
Hamid_RT28-Jun-06 18:57
Hamid_RT28-Jun-06 18:57 
Questionhow to change email address in outlook2003(VC6) [modified] Pin
cpusoft28-Jun-06 18:29
cpusoft28-Jun-06 18:29 
AnswerRe: how to change email address in outlook2003(VC6) Pin
Viorel.28-Jun-06 20:36
Viorel.28-Jun-06 20:36 
GeneralRe: how to change email address in outlook2003(VC6) Pin
cpusoft28-Jun-06 20:57
cpusoft28-Jun-06 20:57 
Questionabout assembly and marco [modified] Pin
songlei28-Jun-06 18:18
songlei28-Jun-06 18:18 
/* complier: vc6 sp6
*/
<br />
#include<stdio.h><br />
<br />
#define x_x(n) \<br />
__asm mov eax, $ \<br />
__asm mov n, eax <br />
<br />
int main()<br />
{<br />
  int n;<br />
  x_x(n);<br />
  printf("%d\n", n);<br />
}<br />


///////////
why output is 0?

help me...

-- modified at 0:20 Thursday 29th June, 2006
AnswerRe: about assembly and marco [modified] Pin
Naveen28-Jun-06 19:11
Naveen28-Jun-06 19:11 
GeneralRe: about assembly and marco [modified] Pin
songlei28-Jun-06 19:35
songlei28-Jun-06 19:35 
GeneralRe: about assembly and marco Pin
Naveen28-Jun-06 19:45
Naveen28-Jun-06 19:45 
QuestionRe: about assembly and marco Pin
David Crow29-Jun-06 3:21
David Crow29-Jun-06 3:21 
Questionsending packet to serial device Pin
thathvamsi28-Jun-06 18:09
thathvamsi28-Jun-06 18:09 
AnswerRe: sending packet to serial device Pin
kakan28-Jun-06 20:17
professionalkakan28-Jun-06 20:17 
QuestionA question about Scroll Bar Pin
zouchao111228-Jun-06 17:57
zouchao111228-Jun-06 17:57 
AnswerRe: A question about Scroll Bar Pin
Ryan Binns28-Jun-06 18:16
Ryan Binns28-Jun-06 18:16 
GeneralRe: A question about Scroll Bar Pin
zouchao111228-Jun-06 21:42
zouchao111228-Jun-06 21:42 
Questionhow to update edit controls???? Pin
thathvamsi28-Jun-06 17:48
thathvamsi28-Jun-06 17:48 
AnswerRe: how to update edit controls???? Pin
Naveen28-Jun-06 18:00
Naveen28-Jun-06 18:00 
AnswerRe: how to update edit controls???? Pin
Hamid_RT28-Jun-06 19:06
Hamid_RT28-Jun-06 19:06 
GeneralRe: how to update edit controls???? Pin
ovidiucucu28-Jun-06 21:02
ovidiucucu28-Jun-06 21:02 
GeneralRe: how to update edit controls???? Pin
Hamid_RT28-Jun-06 21:21
Hamid_RT28-Jun-06 21:21 
GeneralRe: how to update edit controls???? Pin
ovidiucucu28-Jun-06 21:31
ovidiucucu28-Jun-06 21:31 
GeneralRe: how to update edit controls???? Pin
thathvamsi28-Jun-06 23:05
thathvamsi28-Jun-06 23:05 
AnswerRe: how to update edit controls???? [modified] Pin
ovidiucucu29-Jun-06 1:12
ovidiucucu29-Jun-06 1: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.