View Single Post
  #3 (permalink)  
Old 10-16-2006, 07:59 PM
falco85 falco85 is offline
Programmer
 
Join Date: Apr 2006
Posts: 105
Credits: 0
Rep Power: 10
falco85 is on a distinguished road
Default

Or declare i before the for

int i = 0;
Reply With Quote