We're a place where coders share, stay up-to-date and grow their careers.
Why can't you use a for loop? for( i = 0; i < 5; i++ )
for
for( i = 0; i < 5; i++ )
You can and should do a for loop. It's been 1 year since I did this article, I think it's time to rewrite it with my current knowledge :)
Why can't you use a
for
loop?for( i = 0; i < 5; i++ )
You can and should do a for loop. It's been 1 year since I did this article, I think it's time to rewrite it with my current knowledge :)