c++ arguments evaluation order [duplicate]
Possible Duplicate:
Order of evaluation in C++ function parameters
In C++ is the order of arguments evaluation defined or undefined?
My friend said it's defined , and like a STACK, been pushed from rightmost to left. Is this right or not?
Thank you
No it is not defined by the C++ standard.
精彩评论