Exact Duplicate: Is there a performance difference between i++ and ++i in C++?
完全重复:Difference between i++ and ++i in a loop?
什么是i++或++ i效率更高?
我只在Java和C/C++中使用过此语言,但我实际上是在要求实现此语言的所有语言。
在大学里,我有一位教授向我们展示了++ i效率更高,但是已经过去了两年了,我想从Stack Overflow社区获得意见。
最佳答案
i++: