【发布时间】:2021-02-21 11:56:14
【问题描述】:
h = b = out;
/* h is the number of code points that have been handled, b is the */
/* number of basic code points, and out is the number of ASCII code */
/* points that have been output. */
我无法弄清楚这条线是否只是将h 和b 设置为等于out 的一种奇怪方式,或者它是否是一个布尔表达式将h 设置为等于true (0 ?) 如果b 已经等于out。
【问题讨论】:
-
建议的副本都没有解决布尔解释的部分。
-
@Yunnosch 解释正确的含义意味着它没有一些不同的含义,例如布尔表达式
标签: c variable-assignment assignment-operator boolean-operations