真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

conio.h指的是什么頭文件

這篇文章給大家分享的是有關(guān)conio.h指的是什么頭文件的內(nèi)容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

創(chuàng)新互聯(lián)于2013年創(chuàng)立,先為普安等服務建站,普安等地企業(yè),進行企業(yè)商務咨詢服務。為普安企業(yè)網(wǎng)站制作PC+手機+微官網(wǎng)三網(wǎng)同步一站式服務解決您的所有建站問題。

conio.h是控制臺輸入輸出函數(shù)頭文件,其中con是控制臺Console英文縮寫,io是Input/Output輸入輸出,它不屬于C語言標準庫;它還定義了通過控制臺進行數(shù)據(jù)輸入和數(shù)據(jù)輸出的函數(shù),如鍵盤輸入、屏幕輸出。

"conio.h"頭文件是 控制臺輸入輸出函數(shù)頭文件。con 是控制臺Console英文縮寫,io是 Input/Output 輸入輸出。它不屬于C語言標準庫。

它定義了通過控制臺進行數(shù)據(jù)輸入和數(shù)據(jù)輸出的函數(shù),例如 鍵盤輸入,屏幕輸出。它是早期C語言用的輸入輸出函數(shù)庫。除了個別函數(shù)以外,現(xiàn)在基本不用(而用標準庫 stdio.h)。

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

getch(); 用于瞬時讀取按下的鍵,(不等待回車換行鍵的到來)。

kbhit(void); 用于瞬時檢查 是否有按鍵動作。其它函數(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庫不僅適用于 Windows 平臺,在 Linux 下也可使用.網(wǎng)上已經(jīng)有兼容包,下載后打開就可使用;而至于Mac的os X中提供的Xcode卻并不支持這一函數(shù)庫。

感謝各位的閱讀!關(guān)于“conio.h指的是什么頭文件”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!


網(wǎng)頁名稱:conio.h指的是什么頭文件
文章網(wǎng)址:http://weahome.cn/article/ggdpdc.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部