标题: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



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




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

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