Quote:
>I was wondering if it will make a difference if I use pointer references
>to an array, like *(x+i) or subscripted notation like x[i] in terms of
>speed??
Unlikely. Go for the more readable option.
Quote:
> Also, any pointers to websites about Code Optimisation will be
>appreciated.
Try this one
http://www.ontek.com/mikey/optimization.html
Dann Corbit probably has a couple of hundred more. ;)
-- Mat.