gpt4 book ai didi

C++ 'int x = (anyInt1, anyInt2);' 是什么意思?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:03:23 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
why does 3,758,096,384 << 1 gives 768

今天我发现下面的代码可以用 gcc 编译:

#include <iostream>

int main()
{
int x = (23,34);

std::cout << x << std::endl; // prints 34

return 0;
}

为什么会这样编译? (..., ...) 是什么意思?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com