簡體   English   中英

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

[英]Can I use graph.h, dos.h, and bios.h in Visual C++?

是否可以在Visual C ++中使用以下標頭:

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

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

在Mean While中,我希望您專注於Open Watcom C ++交叉編譯器(能夠在32位環境中創建16位代碼)。 這是免費的,所以盡量使用它

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

可能有幫助......

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

是否可以在Visual C ++中使用以下標頭:

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

不能使用 bios.hgraph.h ,但你可以通過以下行使用 dos.h

#include<dos>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM