Mail Archives: djgpp/1997/03/27/08:39:03
> 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
- Raw text -