initialize an int array
807580May 17 2010 — edited May 17 2010hi,
i'd like to have an int array to contain sequential values from 0 to 99 (100 numbers) without using a loop.
i somehow remember i had done this before but can't now recall how it was done. is my memory faulty?
if it can't be done at initialization, can it be done without a loop?
thanks