Click here to Skip to main content
15,885,767 members

Survey Results

Should array indexing start at 0 or 1?   [Edit]

Survey period: 7 Mar 2011 to 14 Mar 2011

Old school VB devs and old school C devs know the answer. What's your feeling in this modern, enlightened era?

OptionVotes% 
01,11587.93
115312.07



 
GeneralI'm fine with both conventions. Pin
CPallini8-Mar-11 22:22
mveCPallini8-Mar-11 22:22 
GeneralRe: I'm fine with both conventions. Pin
peterchen10-Mar-11 4:28
peterchen10-Mar-11 4:28 
GeneralRe: I'm fine with both conventions. Pin
CPallini10-Mar-11 4:33
mveCPallini10-Mar-11 4:33 
GeneralAsking too late? PinPopular
Kamran Behzad8-Mar-11 12:28
Kamran Behzad8-Mar-11 12:28 
GeneralRe: Asking too late? Pin
Shajeel8-Mar-11 23:28
Shajeel8-Mar-11 23:28 
GeneralRe: Asking too late? Pin
jawed.ace9-Mar-11 3:52
jawed.ace9-Mar-11 3:52 
GeneralRe: Asking too late? Pin
Kamran Behzad9-Mar-11 16:03
Kamran Behzad9-Mar-11 16:03 
GeneralSimple explanation Pin
imagiro8-Mar-11 8:59
imagiro8-Mar-11 8:59 
Array indices are offsets. That's why they start at 0, period.
ar[n] means: addressof(ar) + sizeof(element) * n. This should explain everything. How old are you in years until your first birthday? Right, zero. So your first year is my_life[0].

So according to the results of this survey 10% of the programmers here don't know the basics of mathematics and computers.

Well, at least they read codeproject.
GeneralRe: Simple explanation Pin
George Tryfonas8-Mar-11 19:40
George Tryfonas8-Mar-11 19:40 
GeneralWhat is array? Pin
56789012348-Mar-11 4:41
56789012348-Mar-11 4:41 
GeneralRe: What is array? PinPopular
Trollslayer8-Mar-11 5:19
mentorTrollslayer8-Mar-11 5:19 
GeneralRe: What is array? Pin
567890123410-Mar-11 0:34
567890123410-Mar-11 0:34 
GeneralRe: What is array? Pin
Kamran Behzad10-Mar-11 12:21
Kamran Behzad10-Mar-11 12:21 
GeneralRe: What is array? Pin
Yusuf10-Mar-11 17:32
Yusuf10-Mar-11 17:32 
GeneralRe: What is array? Pin
Kamran Behzad10-Mar-11 17:35
Kamran Behzad10-Mar-11 17:35 
GeneralRe: What is array? Pin
Yusuf10-Mar-11 17:57
Yusuf10-Mar-11 17:57 
GeneralRe: What is array? Pin
567890123411-Mar-11 2:39
567890123411-Mar-11 2:39 
GeneralRe: What is array? Pin
Mwanzia_M11-Mar-11 1:39
Mwanzia_M11-Mar-11 1:39 
GeneralRe: What is array? Pin
Emilio Garavaglia13-Mar-11 21:52
Emilio Garavaglia13-Mar-11 21:52 
GeneralRe: What is array? Pin
Mwanzia_M17-Aug-13 8:28
Mwanzia_M17-Aug-13 8:28 
GeneralRe: What is array? Pin
Mwanzia_M17-Aug-13 8:33
Mwanzia_M17-Aug-13 8:33 
GeneralRe: What is array? Pin
Kamran Behzad10-Mar-11 12:25
Kamran Behzad10-Mar-11 12:25 
GeneralRe: What is array? Pin
#realJSOP8-Mar-11 10:09
mve#realJSOP8-Mar-11 10:09 
GeneralRe: What is array? PinPopular
567890123410-Mar-11 0:26
567890123410-Mar-11 0:26 
GeneralRe: What is array? Pin
Indivara8-Mar-11 13:44
professionalIndivara8-Mar-11 13:44 

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.