[紧急求助]求教延时函数-
求教延时函数-
#include<windows.h>
#include <system.h>
main()
{
int c;
clrscr();
printf("\nHello, world!");
delay(250); // 250*4=1000ms=1s
clrscr();
printf("\nHi, guys");
getchar();
return 0;
}
他会显示: c:\documents and settings\new018.cpp(2) : fatal error C1083: Cannot open include file: 'system.h': No such file or directory
Error executing cl.exe.
会有一个错 没有'system.h'?? 怎么说?
我用的是VC++6.0 系统2.53G windowsXP
我应该怎么办 ,我需要延时函数
帮帮我谢谢