我可以在Visual C ++中使用graph.h,dos.h和bios.h吗?

时间:2011-01-04 09:42:46

标签: c++ visual-studio-2010 visual-c++ header-files

是否可以在Visual C ++中使用以下标头:

  • graph.h
  • DOS.H
  • bios.h

3 个答案:

答案 0 :(得分:2)

AFAIK,无法在Visual C ++中使用它,

在平均时间, 我希望您专注于Open Watcom C ++交叉编译器(能够在32位环境中创建16位代码)。这是一个免费的,所以尝试使用这个

http://www.openwatcom.org/index.php/Detailed_Contents

可能有帮助...

答案 1 :(得分:1)

graph.hbios.h是旧标题,用于16位MS-DOS操作系统,不提供最新的Microsoft编译器。标题dos.h随VS2010提供,位于此处:

  • .. \ Microsoft Visual Studio 10.0 \ VC \ crt \ src \ dos.h
  • .. \ Microsoft Visual Studio 10.0 \ VC \ include \ dos.h

答案 2 :(得分:1)

  

是否可以使用以下内容   Visual C ++中的标头:

* graph.h
* dos.h
* bios.h

不能使用 bios.h graph.h ,但是你可以使用 dos .h 通过以下行:

#include<dos>