Date: Sun, 3 May 1998 17:24:25 +0300 (IDT) From: Eli Zaretskii To: "John M. Aldrich" cc: djgpp AT delorie DOT com Subject: Re: Programming Prob. In-Reply-To: <3547A9F0.2C60@cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 29 Apr 1998, John M. Aldrich wrote: > I could not believe what Nate posted, because it looked so incredibly > syntactically obscure. So I tried it with gpp and it worked. I don't > see how it makes the operation any clearer, though. :-) Their advantage is not clarity, it's the avoidance of side effects. Unlike the standard operators, >? and ?: evaluate their operands only once, and therefore are unafflicted by any side-effects.