It might make sense to you, but chances are that it won't for the maintainers of your code. Arrays in most languages I know start at index 0, I am not sure going against such a common characteristic is such a good idea.
| [reply] |
we never call first as "0", we always call first as '1'. so this lead to this thinking.
Really?
- The first km my car drove was km 0000000 on the odometer.
- The first inch on a ruler is inch zero.
- The first century AD was century zero.
- The first ticket on the spool was xxx000.
It's not exactly a foreign concept.
| [reply] |
This is the "How is babby formed??" of programming questions.
Please tell me who in India taught you how to code, or who otherwise put the idea in your head that array indecies (or anything else programming-wise) should begin with 1, so I can punch them in the neck.
| [reply] |
Please tell me who in India taught you how to code
Nobody taught me, I did self learning from C .. Perl.
who otherwise put the idea in your head that array indecies (or anything else programming-wise) should begin with 1
It is purely my idea/thought
BTW my idea is not to advocate anyone that start using the array index from 1, just wanted to know why it is that way.
so I can punch them in the neck.
you can't :)
Vivek
-- 'I' am not the body, 'I' am the 'soul', which has no beginning or no end, no attachment or no aversion, nothing to attain or lose.
| [reply] |
'How is babby formed' features the idiotic ramblings of semi-literate native English speakers. targetsmart has not shown himself to be an idiot.
Why arrays start at index 0 rather than 1 is a good question. It shows that he is questioning the foundations of the language as he learns, and seeking to understand things at a fundamental level.
Basic, "obvious" questions that are so fundamental as to be invisible to most are the type of questions that bring real understanding and advancement.
It is sad to see such rudeness on this site. It is even worse to see racist and ad hominem attacks here.
P.S. The accepted plural form of "index" is typically "indexes", but "indices" is also acceptable. Finding irony of your use of "indecies" is left as an exercise for the reader.
| [reply] |
On your first birthday, did you turn one or two? :D | [reply] |