|
-
December 20th, 2010, 08:10 AM
#11
Re: help with looping structure
 Originally Posted by itsmeandnobodyelse
Are you sure that it is C/C++ standard?
Yes. Besides, if it was not, the result of an expression such as (9 - 5 - 2) would be implementation defined.
 Originally Posted by itsmeandnobodyelse
I lastly debugged code with overloaded operator+ and I mean to have seen that a+b+c was evaluated as a+(b+c).
That is strange. Perhaps for the sake of optimisation for operator+ this grouping rule might be violated, but that seems rather unlikely where an overloaded operator+ is concerned.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|