avatar
这是另一个c++的bug么?# Programming - 葵花宝典
R*c
1
收到一个实习offer,在Data Analysis group,想打听看看这个公司怎么样?也没去过
Indianapolis,不知道这个地方怎么样?
多谢~~
avatar
T*a
2
准备拿这个埋军版的混混。
avatar
l*r
3
偷来的
avatar
m*a
4
int z,x=9,y=99;
z=0?++x,++y:--x,--y;
这个时候z=98是对的
但是
z=1?++x,++y:--x,--y;
z是99, 不是100
必须
z=1?(++x,++y):--x,--y;

z=1?++x,++y:(--x,--y);

z=1?(++x,++y):(--x,--y);
就对了。必须至少一个加括号
avatar
M*a
5
哈哈,我看应该叫压马下石

【在 l*r 的大作中提到】
: 偷来的
avatar
w*g
6
这个以前是月经贴。现在C++年纪到了已经好久没人讨论了。
答案是不要写这样的代码。
C++编译器没错,可以认为是语言设计上的bug。

【在 m*********a 的大作中提到】
: int z,x=9,y=99;
: z=0?++x,++y:--x,--y;
: 这个时候z=98是对的
: 但是
: z=1?++x,++y:--x,--y;
: z是99, 不是100
: 必须
: z=1?(++x,++y):--x,--y;
: 或
: z=1?++x,++y:(--x,--y);

avatar
p*e
7
可怜的河马

【在 l*r 的大作中提到】
: 偷来的
avatar
m*a
8
知道了,这个我以前不知道

【在 w***g 的大作中提到】
: 这个以前是月经贴。现在C++年纪到了已经好久没人讨论了。
: 答案是不要写这样的代码。
: C++编译器没错,可以认为是语言设计上的bug。

avatar
A*e
9
hahaha

【在 l*r 的大作中提到】
: 偷来的
avatar
b*s
10
experienced coders never get stuck in these kinda shits
skip the old dirty C style please
these have nothing to do with performance, merely make you code ugly

【在 m*********a 的大作中提到】
: 知道了,这个我以前不知道
avatar
wh
11
剽窃我!给包子!

【在 l*r 的大作中提到】
: 偷来的
avatar
b*s
12
programming is for resolving problems
it looks you are producing problems
avatar
l*r
13
如果我吃到包子,分给你

【在 wh 的大作中提到】
: 剽窃我!给包子!
avatar
N*K
14
lz按照学文科的方法学习计算机语言

【在 b*******s 的大作中提到】
: programming is for resolving problems
: it looks you are producing problems

avatar
p*e
15
我看到你的大豪宅了,BSO啊你,快发包子!

【在 wh 的大作中提到】
: 剽窃我!给包子!
avatar
A*e
16
where where? 也要看看

【在 p*****e 的大作中提到】
: 我看到你的大豪宅了,BSO啊你,快发包子!
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。