conio.h
conio.h不是c標準庫中的標頭檔案。
conio是console input/output(控制台輸入輸出)的簡寫,其中定義了通過控制台進行資料輸入和資料輸出的函式,主要是一些使用者通過按鍵盤產生的對應操作,比如getch()函式等等。
包含的函式
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);
Linux標頭檔案 C C 標頭檔案
linux標頭檔案 c c 標頭檔案。linux常用標頭檔案如下 posix標準定義的標頭檔案 目錄項 檔案控制 檔名匹配型別 路徑名模式匹配型別 組檔案 網路資料庫操作 口令檔案 正規表示式 tar歸檔值 終端i o 符號常量 檔案時間 字元擴充套件型別 internet定義 套接字本地介面 in...
string標頭檔案與cstring標頭檔案
首先說string的標頭檔案 1 包裝了std的c 標頭檔案 2 舊的c標頭檔案 3 舊c標頭檔案的std版本,切記,這不是cstring的標頭檔案 詳見effective c 的第49條 再說cstring的標頭檔案 注 vc9編譯環境下 1 非mfc版本,控制台程式就用這個 2 mfc版本,需要...
C 標頭檔案與C標頭檔案
include 設定插入點 include 字元處理 include 定義錯誤碼 include 浮點數處理 include 檔案輸入 輸出 include 引數化輸入 輸出 include 資料流輸入 輸出 include 定義各種資料型別最值常量 include 定義本地化函式 include ...