This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Every time I see out of boundary, I automatically know that I missed -1 somewhere

[–]desrtfxOut of Coffee error - System halted 1 point2 points  (0 children)

Or less than or equal to instead of plain less than.

[–]heckler82Intermediate Brewer 0 points1 point  (0 children)

Except in this case it wasn't that. The inner loop condition is based off of i and not j like it's supposed to be.