In MS VC++ 6.0 under Win 2000 the input 5 produces this output:
&d yd =
What may be missing?
Thanks, Liglin
#include <stdio.h>
void main()
{
int yard;
printf("Enter next length: ");
scanf("%d", &yard);
printf("\n&d yd = \n", yard);
}
Why does the following code shows the coordinates of dragged layers in IE but not in NS?
========================================================
<HTML>
<HEAD>
<TITLE>Untitled Document</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.