hairinmybellybutt@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 年前countinglemmy.worldimagemessage-square63fedilinkarrow-up1442arrow-down129
arrow-up1413arrow-down1imagecountinglemmy.worldhairinmybellybutt@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 年前message-square63fedilink
minus-squareBorgDrone@lemmy.onelinkfedilinkarrow-up4·edit-22 年前No, we start counting at one. We start indexing at zero. An array with one element has an element count of 1, and that element would be at index 0.
minus-squareLaggyKar@programming.devlinkfedilinkarrow-up2·2 年前This is how we end up with off-by-one errors
No, we start counting at one. We start indexing at zero.
An array with one element has an element count of 1, and that element would be at index 0.
This is how we end up with off-by-one errors