标题:vc6.0下dos.h头文件不能打开,报错sleep没有声明
只看楼主
lizanle521
Rank: 1
等 级:新手上路
帖 子:16
专家分:3
注 册:2010-8-7
结帖率:100%
 问题点数:0 回复次数:0 
vc6.0下dos.h头文件不能打开,报错sleep没有声明
#include "stdafx.h"
#include <stdlib.h>
#include <dos.h>

int main(int argc, char* argv[])
{
    int n;
    printf("please input:");
    scanf("%d",&n);
    while(n>0)
    {
      system("cls");
      printf("%d",n);
      Sleep(1);
        n--;
    }
     system("cls");
     printf("time is over");
     getchar();
return 0;
}
   
搜索更多相关主题的帖子: dos sleep 声明 文件 
2010-08-07 20:33



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-315084-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.461054 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved