Mail Archives: djgpp/1997/03/27/06:42:55
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)
}
(I'm using DJGPP v2.2)
--
Regards,
Dim Zegebart, http://www.geocities.com/siliconvalley/pines/7817
Moscow Russia.
PS. Small questions to DJ. Delorie :
What are you working on now ?
When we may expect next version ?
What lines from 'to do' list will be emplemented in it ?
Many thanks and best wishes to you . ;)
- Raw text -