Click here to Skip to main content
15,896,201 members

Comments by engrshayeghi (Top 2 by date)

engrshayeghi 22-Apr-14 13:54pm View    
sergey you are true
may be we never use a code like i++ + i++ +i + ++i outside of academics but easily codes
like pop-pop; func (pop,pop); or func (i++,++i); .... may be used and i tested and I'm sure
that they behave such a way we don't want.
I only practice to understand which codes are true or not.
engrshayeghi 22-Apr-14 13:07pm View    
Thank you very much
but i think that i++ + i++ +i + ++i=24 and i++ + i++ + i++ + ++i=24 too, is not acceptable in any way.
and another thing is that, this program compiled in visual studio 2010 without any error or warning.
I'm thinking that we have standard priority tables that are same as in different c++ books. why different compilers do different behavior?