|
 |
Darren New <dne### [at] san rr com> wrote:
> Invisible wrote:
> > "while (!(*i < *--j)) {}"
> C has always advocated piling up a bunch of side effects inside
> conditionals.
OTOH, once you learn to read it, it's not that bad.
It's a bit like using "++i" instead of "i = i + 1". The latter might be
clearer at first, but once you understand what "++i" means, not really.
--
- Warp
Post a reply to this message
|
 |