久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      conio.h是什么頭文件

      conio.h是控制臺(tái)輸入輸出函數(shù)頭文件,其中con是控制臺(tái)Console英文縮寫(xiě),io是Input/Output輸入輸出,它不屬于C語(yǔ)言標(biāo)準(zhǔn)庫(kù);它還定義了通過(guò)控制臺(tái)進(jìn)行數(shù)據(jù)輸入和數(shù)據(jù)輸出的函數(shù),如鍵盤(pán)輸入、屏幕輸出。

      conio.h是什么頭文件

      推薦:《編程視頻》

      "conio.h"頭文件是 控制臺(tái)輸入輸出函數(shù)頭文件。con 是控制臺(tái)Console英文縮寫(xiě),io是 Input/Output 輸入輸出。它不屬于C語(yǔ)言標(biāo)準(zhǔn)庫(kù)。

      它定義了通過(guò)控制臺(tái)進(jìn)行數(shù)據(jù)輸入和數(shù)據(jù)輸出的函數(shù),例如 鍵盤(pán)輸入,屏幕輸出。它是早期C語(yǔ)言用的輸入輸出函數(shù)庫(kù)。除了個(gè)別函數(shù)以外,現(xiàn)在基本不用(而用標(biāo)準(zhǔn)庫(kù) stdio.h)。

      可能用的函數(shù)是 getch(); 和 kbhit(void);

      getch(); 用于瞬時(shí)讀取按下的鍵,(不等待回車(chē)換行鍵的到來(lái))。

      kbhit(void); 用于瞬時(shí)檢查 是否有按鍵動(dòng)作。其它函數(shù)很少用到。

      包含的函數(shù)

      cgets(char*);; cputs(constchar*); cscanf(constchar*,...); inpw(unsignedshort); getch(void); getche(void); kbhit(void); outp(unsignedshort,int); outpw(unsignedshort,unsignedshort); putch(int); ungetch(int);
      void_Cdeclclreol(void); void_Cdeclclrscr(void); void_Cdecldelline(void); int_Cdeclgettext(intleft,inttop,intright,intbottom,void*destin); void_Cdeclgettextinfo(structtext_info*r); void_Cdeclgotoxy(intx,inty); void_Cdeclhighvideo(void); void_Cdeclinsline(void); void_Cdecllowvideo(void); int_Cdeclmovetext(intleft,inttop,intright,intbottom,intdestleft,intdesttop); void_Cdeclnormvideo(void); int_Cdeclputtext(intleft,inttop,intright,intbottom,void*source); void_Cdecltextattr(intnewattr); void_Cdecltextbackground(intnewcolor); void_Cdecltextcolor(intnewcolor); void_Cdecltextmode(intnewmode); int_Cdeclwherex(void); int_Cdeclwherey(void); void_Cdeclwindow(intleft,inttop,intright,intbottom); char*_Cdeclcgets(char*str); int_Cdeclcprintf(constchar*format,...); int_Cdeclcputs(constchar*str); int_Cdeclcscanf(constchar*format,...); int_Cdeclgetch(void); int_Cdeclgetche(void); char*_Cdeclgetpass(constchar*prompt); int_Cdeclkbhit(void); int_Cdeclputch(intc); int_Cdeclungetch(intch);

      用法

      conio庫(kù)不僅適用于 Windows 平臺(tái),在 Linux 下也可使用.網(wǎng)上已經(jīng)有兼容包,下載后打開(kāi)就可使用;而至于Mac的os X中提供的Xcode卻并不支持這一函數(shù)庫(kù)。

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)