Is there a reason why an extra 0 is printed at the final row in the file?

后端 未结 0 1092
暖寄归人
暖寄归人 2021-01-14 15:51

The code below will run to print out element in the array to file.

for (int i = 0; i < MAX_ITEM; ++i) {

    if (i == (MAX_ITEM-1)) {
        File_stock &l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题