gpt4 book ai didi

c++ - 警告 C4552 : '<' : operator has no effect; expected operator with side-effect

转载 作者:太空狗 更新时间:2023-10-29 20:04:50 26 4
gpt4 key购买 nike

<分区>

我的程序中有一堆循环。我收到这些错误的行如下:

for (size_t i=0; i++;i<student.length())

for (int i=0; i++; i<13)

似乎无法弄清楚:/我在 size_t 类型的第一个循环中创建了迭代变量,因为 .length 函数返回 size_t 变量(或者互联网上说的)。即使这是问题所在,我也不明白为什么我会在第二个循环中遇到错误。

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