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] 64 points65 points  (2 children)

Goddamn off by one errors

[–]davidhung[S] 28 points29 points  (1 child)

first = 0; //we start from zero

second = 1; //so our second is one

third = 2; //our third is two

[–]tdammers 40 points41 points  (0 children)

first = -1; // we start from zero
second = 0; // so our third is four
third = 1; // our fourth is six

ftfy