conio h conicidance


conio h conicidance

文章插圖
大家好,小龍來為大家解答以上的問題 。conicidance,conio h這個很多人還不知道,現在讓我們一起來看看吧!
1、將conio.h包含入你的程序,使你可以引用其中聲明的函數 。
2、conio.h不是C標準庫中的頭文件 。
3、conio是Console Input/Output(控制臺輸入輸出)的簡寫,其中定義了通過控制臺進行數據輸入和數據輸出的函數,主要是一些用戶通過按鍵盤產生的對應操作,比如getch()函數等等 。
4、包含的函數cgets(char *);cprintf(const char *, ...);cputs(const char *);cscanf(const char *, ...);inp(unsigned short);inpw(unsigned short);getch(void);getche(void);kbhit(void);outp(unsigned short, int);outpw(unsigned short, unsigned short);putch(int);ungetch(int);void _Cdecl clreol (void);void _Cdecl clrscr (void);void _Cdecl delline (void);int _Cdecl gettext (int left, int top, int right, int bottom,void *destin);void _Cdecl gettextinfo (struct text_info *r);void _Cdecl gotoxy (int x, int y);void _Cdecl highvideo (void);void _Cdecl insline (void);void _Cdecl lowvideo (void);int _Cdecl movetext (int left, int top, int right, int bottom,int destleft, int desttop);void _Cdecl normvideo (void);int _Cdecl puttext (int left, int top, int right, int bottom,void *source);void _Cdecl textattr (int newattr);void _Cdecl textbackground (int newcolor);void _Cdecl textcolor (int newcolor);void _Cdecl textmode (int newmode);int _Cdecl wherex (void);int _Cdecl wherey (void);void _Cdecl window (int left, int top, int right, int bottom);har *_Cdecl cgets (char *str);int _Cdecl cprintf (const char *format, ...);int _Cdecl cputs (const char *str);int _Cdecl cscanf (const char *format, ...);int _Cdecl getch (void);int _Cdecl getche (void);char *_Cdecl getpass (const char *prompt);int _Cdecl kbhit (void);int _Cdecl putch (int c);int _Cdecl ungetch (int ch); 。
【conio h conicidance】本文到此分享完畢,希望對大家有所幫助 。

    推薦閱讀