delay的使用方法解决方法

delay的使用方法请问下#includedos.hintmain(void){sound(440)delay(500)nosound()return0}为什么在

delay的使用方法
请问下
#include   <dos.h>  

int   main(void)  
{  
      sound(440);  
      delay(500);  
      nosound();  

      return   0;  
}  
为什么在编译的时候老是说delay没有定义


[解决办法]
Vc 6.0 根本不支持delay函数
只有Tc2.0支持delay