On 5/23/05, Steve Harris <S.W.Harris(a)ecs.soton.ac.uk> wrote:
I've no idea what your trying to do cos I missed
the original post, but
just FYI, you will generally be better off doing x[i] rather than *x and
incrementing x. Modern C compilers (eg. gcc 4) can vectorise array
operations as long as you dont obfuscate them with pointer maths.
Thanks for the hint :)
-Richard