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

C / C++ / MFC

 
QuestionProblem with internet file download Pin
sasi8318-Jul-07 3:28
sasi8318-Jul-07 3:28 
AnswerRe: Problem with internet file download Pin
LoveCPlusplus18-Jul-07 16:57
LoveCPlusplus18-Jul-07 16:57 
Questionerror in SendMessage Pin
neha.agarwal2718-Jul-07 2:32
neha.agarwal2718-Jul-07 2:32 
AnswerRe: error in SendMessage Pin
David Crow18-Jul-07 2:33
David Crow18-Jul-07 2:33 
GeneralRe: error in SendMessage Pin
neha.agarwal2718-Jul-07 18:00
neha.agarwal2718-Jul-07 18:00 
GeneralRe: error in SendMessage Pin
David Crow19-Jul-07 2:42
David Crow19-Jul-07 2:42 
GeneralRe: error in SendMessage Pin
Hamid_RT25-Jul-07 8:40
Hamid_RT25-Jul-07 8:40 
QuestionDifferent Output Pin
rajeevktripathi18-Jul-07 2:25
rajeevktripathi18-Jul-07 2:25 
Hi All

I have been puzzelled, actually problem is that I run a code in C# project and in Console based project of Visual Stdio 2005.

code is as follows:

int i = 1;
int j = (++i) + (++i) + (++i);

Now I found different values for j in C# project( j = 9) and console based project( j= 12).

So please suggest me the answer behind this different values of j in both projects.


Thansk & Regards
AnswerRe: Different Output Pin
Mike Dimmick18-Jul-07 2:30
Mike Dimmick18-Jul-07 2:30 
GeneralRe: Different Output Pin
John R. Shaw18-Jul-07 3:40
John R. Shaw18-Jul-07 3:40 
GeneralRe: Different Output Pin
iddqd51518-Jul-07 5:53
iddqd51518-Jul-07 5:53 
GeneralRe: Different Output Pin
John R. Shaw18-Jul-07 6:19
John R. Shaw18-Jul-07 6:19 
GeneralRe: Different Output Pin
iddqd51518-Jul-07 6:26
iddqd51518-Jul-07 6:26 
GeneralRe: Different Output Pin
John R. Shaw18-Jul-07 6:41
John R. Shaw18-Jul-07 6:41 
QuestionRe: Different Output Pin
David Crow18-Jul-07 7:34
David Crow18-Jul-07 7:34 
AnswerRe: Different Output Pin
John R. Shaw18-Jul-07 7:53
John R. Shaw18-Jul-07 7:53 
QuestionReverse Spin Pin
Anorexic Tribble18-Jul-07 1:58
Anorexic Tribble18-Jul-07 1:58 
AnswerRe: Reverse Spin Pin
John R. Shaw18-Jul-07 2:15
John R. Shaw18-Jul-07 2:15 
GeneralRe: Reverse Spin Pin
Anorexic Tribble18-Jul-07 2:34
Anorexic Tribble18-Jul-07 2:34 
GeneralRe: Reverse Spin Pin
John R. Shaw18-Jul-07 3:25
John R. Shaw18-Jul-07 3:25 
AnswerRe: Reverse Spin Pin
David Crow18-Jul-07 2:36
David Crow18-Jul-07 2:36 
QuestionI have problem in Video Capture from web camera Pin
yaminisridaran18-Jul-07 1:56
yaminisridaran18-Jul-07 1:56 
QuestionRe: I have problem in Video Capture from web camera Pin
Mark Salsbery18-Jul-07 6:12
Mark Salsbery18-Jul-07 6:12 
QuestionChanging the Parent of ActiveX Control at runtime Pin
naveen.V18-Jul-07 1:41
naveen.V18-Jul-07 1:41 
Questionrestrict control being active by default Pin
kiranin18-Jul-07 1:05
kiranin18-Jul-07 1:05 

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.