Click here to Skip to main content
15,905,967 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
Kenneth Haugland19-Sep-13 3:52
mvaKenneth Haugland19-Sep-13 3:52 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
Kenneth Haugland19-Sep-13 3:49
mvaKenneth Haugland19-Sep-13 3:49 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
vonb19-Sep-13 3:51
vonb19-Sep-13 3:51 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
MarkTJohnson19-Sep-13 4:00
professionalMarkTJohnson19-Sep-13 4:00 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
vonb19-Sep-13 4:15
vonb19-Sep-13 4:15 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
harold aptroot19-Sep-13 4:38
harold aptroot19-Sep-13 4:38 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
MarkTJohnson19-Sep-13 4:39
professionalMarkTJohnson19-Sep-13 4:39 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
PIEBALDconsult19-Sep-13 3:57
mvePIEBALDconsult19-Sep-13 3:57 
Maximilien wrote:
"0-based array" and "1 based array"


That's about right.


Maximilien wrote:
1 (e.g. pascal)


Pascal allows you to specify the range. And with OOP you can define a class that implements arbitrary indexing, e.g. new MyArray ( -5 , 10 ) .
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
harold aptroot19-Sep-13 3:57
harold aptroot19-Sep-13 3:57 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
Espen Harlinn19-Sep-13 4:25
professionalEspen Harlinn19-Sep-13 4:25 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
Eytukan19-Sep-13 4:33
Eytukan19-Sep-13 4:33 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
Eddy Vluggen19-Sep-13 4:57
professionalEddy Vluggen19-Sep-13 4:57 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
glennPattonWork319-Sep-13 5:02
professionalglennPattonWork319-Sep-13 5:02 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
Eddy Vluggen19-Sep-13 6:37
professionalEddy Vluggen19-Sep-13 6:37 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
Shameel19-Sep-13 5:09
professionalShameel19-Sep-13 5:09 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
Ravi Bhavnani19-Sep-13 6:10
professionalRavi Bhavnani19-Sep-13 6:10 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
CPallini19-Sep-13 7:33
mveCPallini19-Sep-13 7:33 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
BillWoodruff19-Sep-13 20:13
professionalBillWoodruff19-Sep-13 20:13 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
pkfox19-Sep-13 20:52
professionalpkfox19-Sep-13 20:52 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
ExcellentOrg19-Sep-13 21:14
ExcellentOrg19-Sep-13 21:14 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
daniel_bingamon20-Sep-13 0:59
daniel_bingamon20-Sep-13 0:59 
AnswerRe: What to call array indexing starting at 0 vs. 1 ? Pin
kalberts20-Sep-13 1:36
kalberts20-Sep-13 1:36 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
Sentenryu20-Sep-13 2:24
Sentenryu20-Sep-13 2:24 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
kalberts20-Sep-13 3:22
kalberts20-Sep-13 3:22 
GeneralRe: What to call array indexing starting at 0 vs. 1 ? Pin
Sentenryu20-Sep-13 3:41
Sentenryu20-Sep-13 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.