boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - M$的代码里面一律写i+=1
相关主题
c的小问题
compiler created methods
C array
A C++ compiler related interview question
*** help needed! on MATLAB GUI ***
How to tell gcc stop compiling.
inheritence problem
A tech question (转载)
An interesting C++ compile error
谁来解释一下这个是compiler问题吗?
相关话题的讨论汇总
话题: 代码话题: 一律话题: 里面
进入Programming版参与讨论
1 (共1页)
x****u
发帖数: 44466
1
参见泄露代码。
p*********t
发帖数: 2690
2
这无所谓了,风格而已。

【在 x****u 的大作中提到】
: 参见泄露代码。
a****l
发帖数: 8211
3
This is the point: i++,++i,i+=1 makes no difference. After any self-
respecting compiler, they would all come out with the same binary.

【在 p*********t 的大作中提到】
: 这无所谓了,风格而已。
x****u
发帖数: 44466
4
同意。如果真有区别,说明这个i的实现是有问题的。

【在 a****l 的大作中提到】
: This is the point: i++,++i,i+=1 makes no difference. After any self-
: respecting compiler, they would all come out with the same binary.

1 (共1页)
进入Programming版参与讨论
相关主题
谁来解释一下这个是compiler问题吗?
关于Makefile的一个问题
这句话是为什么呢?
spent a lot of time try to compile boost
一个qt3在Windows上的问题
ambiguous operators in c++
关于C++ STL编译的疑问
question for C++ constant
a question about CAST
c++标准函数传递一问
相关话题的讨论汇总
话题: 代码话题: 一律话题: 里面