From: Christopher Croughton Subject: Re: funny re user-defined ++ and -- operators To: morphine AT hops DOT cs DOT jhu DOT edu (Michael Phelps) Date: Fri, 11 Apr 1997 16:42:53 +0100 Cc: crough45 AT amc DOT de, max AT alcyone DOT com, djgpp AT delorie DOT com In-Reply-To: from "Michael Phelps" at Apr 11, 97 04:01:28 pm Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 544 Message-Id: <97Apr11.173957gmt+0100.21895@internet01.amc.de> Michael Phelps wrote: > In C++ you can have a parameter that is basically declared to be ignored. > Simply declare the data type without a corresponding variable: > double example_function(double x, int, int, long y) > { > // Function body > } Oh, that's useful. Especially for state machines with arrays of functions, some of which want to ignore some arguments... > Morphine Pretty picture. I never knew the Morphine molecule looked like a motorbike . There's bound to be some significance in that... Chris