| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1684 人关注过本帖
标题:Cannot open include file: 'msg.h': No such file or directory
取消只看楼主 加入收藏
王黄丽
Rank: 1
等 级:新手上路
帖 子:53
专家分:4
注 册:2018-7-27
结帖率:100%
收藏
 问题点数:0 回复次数:1 
Cannot open include file: 'msg.h': No such file or directory

这是因为什么?我用的是vc++6.0

程序代码:
#include "msg.h"
void main()
{
    int p=0,i=0;
    srand((ui)time(0));
    graphics_mode(105,30);
    console_title("满天星");
    while(1)
    {
        p = rand()%30;
        i = rand()%105;
        graphics_gotoxy(i,p);
        graphics_color(i,0);
        printf("*");
        console_sleep(2);
    }
    return 0;
}


         fatal error C1083: Cannot open include file: 'msg.h': No such file or directory


- 1 error(s), 0 warning(s)


搜索更多相关主题的帖子: Cannot open include file directory 
2018-07-27 15:33
王黄丽
Rank: 1
等 级:新手上路
帖 子:53
专家分:4
注 册:2018-7-27
收藏
得分:0 
回复 2楼 no1xijin
???
2018-07-27 15:49
快速回复:Cannot open include file: 'msg.h': No such file or directory
数据加载中...
 
   



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

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