Hacker News new | ask | show | jobs
by tomsmeding 202 days ago
Do you really think that `*(a + i)` is clearer than `a[i]`?
1 comments

Not necessarily. I think it's confusing when there are two fairly close ways to express the same thing.