Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: CDialog Pin
Bravoone_200612-Jun-07 21:40
Bravoone_200612-Jun-07 21:40 
AnswerRe: CDialog Pin
Nelek12-Jun-07 23:15
protectorNelek12-Jun-07 23:15 
AnswerRe: CDialog Pin
David Crow13-Jun-07 3:38
David Crow13-Jun-07 3:38 
QuestionHow to enable menuitem... Pin
artihcv12-Jun-07 19:56
artihcv12-Jun-07 19:56 
AnswerRe: How to enable menuitem... Pin
Hamid_RT12-Jun-07 20:04
Hamid_RT12-Jun-07 20:04 
QuestionUnix to Windows client server application Pin
C#Coudou12-Jun-07 19:55
C#Coudou12-Jun-07 19:55 
QuestionExpression help Pin
amitmistry_petlad 12-Jun-07 19:47
amitmistry_petlad 12-Jun-07 19:47 
AnswerRe: Expression help Pin
Naveen12-Jun-07 20:04
Naveen12-Jun-07 20:04 
Hi amit,

It will follow the below steps

1) x-= (--x) - x--; // Decrement x by one.
2) x-= ((--x) - x)--;// subtract x fom x.
3) (x-=--x - x)--;// Subract reult of above opertaion from X in the left side of =.
4) (x-=--x - x)--; // Now decrement the x by one.

so the results becomes 6.


GeneralRe: Expression help Pin
amitmistry_petlad 13-Jun-07 19:42
amitmistry_petlad 13-Jun-07 19:42 
GeneralRe: Expression help Pin
Naveen13-Jun-07 19:47
Naveen13-Jun-07 19:47 
GeneralRe: Expression help Pin
amitmistry_petlad 17-Jun-07 17:03
amitmistry_petlad 17-Jun-07 17:03 
GeneralRe: Expression help Pin
Naveen17-Jun-07 17:18
Naveen17-Jun-07 17:18 
Questionin vc6 IDE,use get_selection,want to get the coordinate of the selected block Pin
gzcjun12-Jun-07 19:45
gzcjun12-Jun-07 19:45 
QuestionCannot open include file Pin
C#Coudou12-Jun-07 19:14
C#Coudou12-Jun-07 19:14 
AnswerRe: Cannot open include file Pin
Naveen12-Jun-07 19:51
Naveen12-Jun-07 19:51 
QuestionRe: Cannot open include file Pin
David Crow13-Jun-07 3:41
David Crow13-Jun-07 3:41 
AnswerRe: Cannot open include file Pin
C#Coudou13-Jun-07 22:09
C#Coudou13-Jun-07 22:09 
QuestionDynamically Add Items to Context Menu [modified] Pin
Sivajiram_vr12-Jun-07 19:12
Sivajiram_vr12-Jun-07 19:12 
AnswerRe: Dynamically Add Items to Context Menu Pin
Naveen12-Jun-07 19:54
Naveen12-Jun-07 19:54 
GeneralRe: Dynamically Add Items to Context Menu Pin
Sivajiram_vr12-Jun-07 20:11
Sivajiram_vr12-Jun-07 20:11 
GeneralRe: Dynamically Add Items to Context Menu Pin
Naveen12-Jun-07 20:22
Naveen12-Jun-07 20:22 
GeneralRe: Dynamically Add Items to Context Menu Pin
Sivajiram_vr12-Jun-07 20:30
Sivajiram_vr12-Jun-07 20:30 
AnswerRe: Dynamically Add Items to Context Menu Pin
Hamid_RT12-Jun-07 20:05
Hamid_RT12-Jun-07 20:05 
GeneralRe: Dynamically Add Items to Context Menu Pin
Sivajiram_vr12-Jun-07 20:29
Sivajiram_vr12-Jun-07 20:29 
GeneralRe: Dynamically Add Items to Context Menu Pin
Hamid_RT12-Jun-07 21:13
Hamid_RT12-Jun-07 21:13 

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.