Nick Sabalausky wrote:
"bearophile" <[email protected]> wrote in message news:[email protected]...- In my D programs I sometimes use pointers, but pointer arithmetic is indeed uncommon.If you're actually doing systems-level or high-performance work, it can be essential in certain cases depending on how good the optimizer is.
It's hard to see how to implement, say, a storage allocator with no pointer arithmetic.
