标题:关于TC和VSC++6.0的隔膜
取消只看楼主
waja
Rank: 2
等 级:论坛游民
帖 子:53
专家分:52
注 册:2012-7-27
结帖率:81.82%
已结贴  问题点数:20 回复次数:0 
关于TC和VSC++6.0的隔膜
#include <stdio.h>
#include <bios.h>

void main
{
    int memsize;
    memsize = biosmemory();
    printf("\n BIOS regular memory size is %dKB.\n", memsize);
}

在TC中并有bios.h  dos.h库
在6.0中并没有bios.h  dos.h 库
不知道大家是怎么解决在6.0中编译问题的
 fatal error C1083: Cannot open include file: 'bios.h': No such file or directory
Error executing cl.exe.

C_1.OBJ - 1 error(s), 0 warning(s)
搜索更多相关主题的帖子: regular include warning 
2013-03-02 20:38



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




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

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