关于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)