Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.7.0.10 $; site ccvaxa Path: utzoo!watmath!clyde!cbosgd!ihnp4!inuxc!pur-ee!uiucdcs!ccvaxa!aglew From: aglew@ccvaxa.UUCP Newsgroups: net.lang.c++ Subject: Re: Wish List Message-ID: <47900005@ccvaxa> Date: Sat, 22-Mar-86 22:23:00 EST Article-I.D.: ccvaxa.47900005 Posted: Sat Mar 22 22:23:00 1986 Date-Received: Wed, 26-Mar-86 03:05:50 EST References: <429@batcomputer.TN.CORNELL.EDU> Lines: 13 Nf-ID: #R:batcomputer.TN.CORNELL.EDU:429:ccvaxa:47900005:000:426 Nf-From: ccvaxa.UUCP!aglew Mar 22 21:23:00 1986 >As long as we're adding amenities to the language, I have a small wish... > >All the binary operators in C have a "please modify" form: > > i = i + 3; --> i += 3; > While we're at it, why not make *ALL* the binary operators have a "please modify" form: && and || do not (at least not in any compiler I've used). (This is one of my pet peeves: booleans are not given equality rights by languages, nor by architectures)