Posted by rohan mitchell on 2001-05-24
printf("%2d %2d %2d %2d\n",x[0],x[1],x[2],x[3]);
printf("%2d %2d %2d %2d\n",y[0],y[1],y[2],y[3]);
/* y changes */
printf("%2d %2d %2d %2d\n",y[0],y[1],y[2],y[3]);
/* x changes */
printf("%2d %2d %2d %2d\n",x[0],x[1],x[2],x[3]);
Hope this helps,
Rohan
__________________________________________________________________
Get your free Australian email account at http://www.start.com.au
Previous post | Next post | Timeline | Home