...why are you using arrays when you have a prefectly good pointer system avalible to you?
Arrays are still useful, especially with many of the data sets our customers work with. However, I would invite you to investigate methods of improving the solution by using pointers and expect you discuss their relative merits and pitfalls.
|