Tuesday, April 26, 2011

390).Order of Evaluation

Most operators do not guarantee a particular order of evaluation for their operands. If an operator does, we mention that fact in its description below. In the absence of such a guarantee, the compiler may rearrange calculations within a single expression as it wishes, if the result would be unchanged ignoring any possible side effects.
http://www.lugaru.com/man/Order.of.Evaluation.html

No comments:

Post a Comment