You are viewing a single comment's thread from:
RE: 2 + 2 = 5 And I Can Prove It
But what about 'thing0'? In order for counting from 0 to work, you need to begin the count at 0, otherwise you're just converting one counting method to the other.
But what about 'thing0'? In order for counting from 0 to work, you need to begin the count at 0, otherwise you're just converting one counting method to the other.
Indexes aren't counting, they are offsets added to the array's starting memory location. The first object starts at the array's first memory location, the 2nd object's location is after the first object, so we indicate the offset index of 1, move 1 entry away from start of array, 2nd object is here.