Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Output of the simple question Pin
CPallini8-Jun-09 0:19
mveCPallini8-Jun-09 0:19 
GeneralRe: Output of the simple question Pin
molesworth8-Jun-09 0:38
molesworth8-Jun-09 0:38 
AnswerRe: Output of the simple question Pin
Rajesh R Subramanian8-Jun-09 0:21
professionalRajesh R Subramanian8-Jun-09 0:21 
GeneralRe: Output of the simple question Pin
shubhi8-Jun-09 0:40
shubhi8-Jun-09 0:40 
GeneralRe: Output of the simple question [modified] Pin
Rajesh R Subramanian8-Jun-09 0:48
professionalRajesh R Subramanian8-Jun-09 0:48 
GeneralRe: Output of the simple question Pin
CPallini8-Jun-09 0:57
mveCPallini8-Jun-09 0:57 
GeneralRe: Output of the simple question Pin
Rajesh R Subramanian8-Jun-09 1:02
professionalRajesh R Subramanian8-Jun-09 1:02 
GeneralRe: Output of the simple question Pin
Anoop Dashora8-Jun-09 1:14
Anoop Dashora8-Jun-09 1:14 
Just to add
For eg we have
e1 , e2
Here ',' act as operator which will ``evaluate the subexpression e1, then evaluate e2; the value of the expression is the value of e2.

So for a+=(a+=3,5,a) it will have as:-
a+=(4,5,4)// since a=a+3
So in all a=8.

But not sure of AS/400 C Compiler. Might be it is evaluating as:-

a+=(a+=3.5,a)
a=a+(a=a+3,5,a)
a=1+(4,5,4)
a=5 // But i am not sure with this explanation.
GeneralRe: Output of the simple question [modified] Pin
CPallini8-Jun-09 1:32
mveCPallini8-Jun-09 1:32 
GeneralRe: Output of the simple question Pin
Rajesh R Subramanian8-Jun-09 1:15
professionalRajesh R Subramanian8-Jun-09 1:15 
AnswerRe: Output of the simple question [modified] Pin
Stuart Dootson8-Jun-09 2:22
professionalStuart Dootson8-Jun-09 2:22 
QuestionHow to Open MyStore of Certificates Pin
UserNameless7-Jun-09 22:55
UserNameless7-Jun-09 22:55 
AnswerRe: How to Open MyStore of Certificates Pin
Chandrasekharan P8-Jun-09 0:03
Chandrasekharan P8-Jun-09 0:03 
GeneralRe: How to Open MyStore of Certificates Pin
UserNameless8-Jun-09 0:10
UserNameless8-Jun-09 0:10 
GeneralRe: How to Open MyStore of Certificates Pin
Chandrasekharan P8-Jun-09 0:18
Chandrasekharan P8-Jun-09 0:18 
GeneralRe: How to Open MyStore of Certificates Pin
UserNameless8-Jun-09 0:29
UserNameless8-Jun-09 0:29 
QuestionGet Bitmap* CBitmap* of current view Pin
Anuj Sharma7-Jun-09 22:35
Anuj Sharma7-Jun-09 22:35 
AnswerRe: Get Bitmap* CBitmap* of current view Pin
CPallini7-Jun-09 23:24
mveCPallini7-Jun-09 23:24 
GeneralRe: Get Bitmap* CBitmap* of current view Pin
Anuj Sharma8-Jun-09 0:33
Anuj Sharma8-Jun-09 0:33 
GeneralRe: Get Bitmap* CBitmap* of current view Pin
CPallini8-Jun-09 0:34
mveCPallini8-Jun-09 0:34 
QuestionHow to open a document using cpp Pin
Yossi Malka7-Jun-09 22:29
Yossi Malka7-Jun-09 22:29 
AnswerRe: How to open a document using cpp Pin
Cedric Moonen7-Jun-09 22:32
Cedric Moonen7-Jun-09 22:32 
GeneralRe: How to open a document using cpp Pin
Yossi Malka7-Jun-09 23:43
Yossi Malka7-Jun-09 23:43 
QuestionConfused in choosing a declaration over other Pin
ComplexLifeForm7-Jun-09 22:19
ComplexLifeForm7-Jun-09 22:19 
AnswerRe: Confused in choosing a declaration over other Pin
CPallini7-Jun-09 23:19
mveCPallini7-Jun-09 23:19 

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.