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);
}
Hi Cheech,
what I tried was this:
I opened Files\Macromedia\Dreamweaver4\Configuration\Menus\MM\Files_RecentFiles.js
I changed the following line:
recentFiles = new Array(4);
Instead of 4, I inserted the number of files I want to display. I substituted the same number in this line:
for...
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.