gpt4 book ai didi

c++ - int main 的返回代码 - 有上限吗?

转载 作者:太空狗 更新时间:2023-10-29 20:59:44 25 4
gpt4 key购买 nike

<分区>

我今天一直在研究返回码,为此我在 bash 中创建了一个 for 循环来测试它:

for RC in {1..300}
do
echo "int main(void) { return $RC; }" > test.cpp
g++ test.cpp -o test
./test
echo $?
done

然而,在达到 255 之后,它似乎又从 0 开始了。这是为什么?

如:

252
253
254
255
0
1

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