View Single Post
  #4  
Old 08-28-2006, 05:22 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by _Z3phyr_
for ( t = 0; t <= 2; t ++) {
that will make it loop until 2.

I don't know about any loop limit or whatever so someone else can post about it.
No, that will make it loop to 3, use '<' instead of '<='.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote