From: Christoph Kukulies Message-Id: <199703271334.OAA21185@gilberto.physik.rwth-aachen.de> Subject: Re: function arguments aliases? In-Reply-To: <333AF42A.4E59@post.comstar.ru> from Dim Zegebart at "Mar 27, 97 02:26:50 pm" To: zager AT post DOT comstar DOT ru Date: Thu, 27 Mar 1997 14:34:30 +0100 (MET) Cc: djgpp AT delorie DOT com Reply-To: Christoph Kukulies MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > Hi, > Just a small question : > assume, > void foo(int x,int y) > { > // may I use here not x y names but somthing like arg1 and arg2 ? > // For example : > putpixel(arg1,arg2); //instead of putpixel(x,y) You should use x,y if you want to pass x,y unchanged to putpixel. (provided the typing is correct) Everything else is superfluous. What's the problem behind it? > } > (I'm using DJGPP v2.2) > > -- > Regards, > Dim Zegebart, http://www.geocities.com/siliconvalley/pines/7817 > Moscow Russia. > [p.s. deleted ] -- Christoph P. U. Kukulies kuku AT gil DOT physik DOT rwth-aachen DOT de