开发者

c++ arguments evaluation order [duplicate]

开发者 https://www.devze.com 2023-03-04 06:33 出处:网络
This questio开发者_如何转开发n already has answers here: Closed 11 years ago. Possible Duplicate:
This questio开发者_如何转开发n already has answers here: Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消