↧
Hi,
I made a loop "for" with
for(i=0;i==359;i++) {//code}
but the program don't want to enter in the loop "for".
Sometimes I have "warning : will never be executed" by speaking about i++ so I tried with i=i+1 this don't change anything. And this error doesn't stop the run of the program that stop only the enter in the loop.
Somebody knows why I have this problem?