0<=i<iLen 在C++中

for( i=0;0<= i<2; i++)
这样的话会出现什么错误呢?

一直循环下去, 因为i>=一直成立

原文地址:https://www.cnblogs.com/orchid-sky/p/3608020.html