dsimcha wrote:
== Quote from Don ([email protected])'s article
* The postincrement and postdecrement operators (make x++, x-- identical
to ++x, --x, except that it is illegal to use the return value.

Why?  This is a nice piece of syntactic sugar to make relatively simple code 
more
concise.

I think he refers to defining them as distinct functions. He doesn't want to render either usage invalid.


Andrei

Reply via email to