Cymric wrote:
Numerical Recipes doesn't use zero-offset arrays, but against ALL GOOD PROGRAMMING PRACTICE has them start at 1. This has been an endless source of confusion and screws up efficient coding because you cannot use reverse loops (for (i=MAX; i--;)) easily.
How can I agree more. Zero is an offset, not a number.
o.t.
I'll check your code later.