Click here to Skip to main content
15,921,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: code for recognising character pattern in vc++ Pin
Rajesh R Subramanian8-Jun-09 0:50
professionalRajesh R Subramanian8-Jun-09 0:50 
JokeRe: code for recognising character pattern in vc++ Pin
CPallini8-Jun-09 0:54
mveCPallini8-Jun-09 0:54 
GeneralRe: code for recognising character pattern in vc++ Pin
Rajesh R Subramanian8-Jun-09 0:57
professionalRajesh R Subramanian8-Jun-09 0:57 
QuestionRe: code for recognising character pattern in vc++ Pin
David Crow8-Jun-09 3:18
David Crow8-Jun-09 3:18 
AnswerRe: code for recognising character pattern in vc++ Pin
CPallini8-Jun-09 3:33
mveCPallini8-Jun-09 3:33 
QuestionCWaitCursor not working fine in Threads. Pin
Le@rner8-Jun-09 0:02
Le@rner8-Jun-09 0:02 
AnswerRe: CWaitCursor not working fine in Threads. Pin
Cedric Moonen8-Jun-09 0:07
Cedric Moonen8-Jun-09 0:07 
GeneralRe: CWaitCursor not working fine in Threads. Pin
Le@rner8-Jun-09 2:15
Le@rner8-Jun-09 2:15 
GeneralRe: CWaitCursor not working fine in Threads. Pin
«_Superman_»8-Jun-09 2:43
professional«_Superman_»8-Jun-09 2:43 
AnswerRe: CWaitCursor not working fine in Threads. Pin
Stephen Hewitt8-Jun-09 4:41
Stephen Hewitt8-Jun-09 4:41 
Questionsend message to window [modified] Pin
trioum7-Jun-09 23:55
trioum7-Jun-09 23:55 
AnswerRe: send message to window Pin
Nibu babu thomas8-Jun-09 0:07
Nibu babu thomas8-Jun-09 0:07 
General[Message Deleted] Pin
trioum8-Jun-09 0:17
trioum8-Jun-09 0:17 
GeneralRe: send message to window Pin
Rajesh R Subramanian8-Jun-09 0:26
professionalRajesh R Subramanian8-Jun-09 0:26 
General[Message Deleted] Pin
trioum8-Jun-09 1:59
trioum8-Jun-09 1:59 
GeneralRe: send message to window Pin
Rajesh R Subramanian8-Jun-09 2:06
professionalRajesh R Subramanian8-Jun-09 2:06 
GeneralRe: send message to window [modified] Pin
trioum8-Jun-09 2:32
trioum8-Jun-09 2:32 
GeneralRe: send message to window Pin
Rajesh R Subramanian8-Jun-09 2:57
professionalRajesh R Subramanian8-Jun-09 2:57 
GeneralRe: send message to window [modified] Pin
trioum8-Jun-09 3:04
trioum8-Jun-09 3:04 
GeneralRe: send message to window [modified] Pin
trioum9-Jun-09 18:53
trioum9-Jun-09 18:53 
QuestionOutput of the simple question [modified] Pin
shubhi7-Jun-09 23:44
shubhi7-Jun-09 23:44 
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 
But according to sequential Evaluation:
say If,

a=(b+=2,5,2)

then it will evaluate b+=2 but a will get the value 2, as I m using the braces here.

So i think in my question it is evaluating the a+=3 but finally it is resulting the value of last argument.

a += ( a+= 3, 5, a ); //a=1
a += ( a );//a=4

kindly correct me know if I m wrong.

"We can't solve problems by using the same kind of thinking we used when we created them"

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.