C C 標頭檔案詳解

2021-06-17 19:31:42 字數 1887 閱讀 6345

1、 conio.h

conio.h不是c標準庫中的標頭檔案,在c standard library,iso c 和posix標準中均沒有定義。

conio是console input/output(控制台輸入輸出)的簡寫,其中定義了通過控制台進行資料輸入和資料輸出的函式,主要是一些使用者通過按鍵盤產生的對應操作,比如getch()函式

等等大部分dos,windows 3.x,phar lap,dosx,os/2 or win32平台上的c編譯器提供此檔案,unix 和linux平台的c編譯器通常不包含此標頭檔案。

由於傳統的c++脫胎於c,所以傳統c++中於c語言中對本詞條的用法差不多,經過美國標準化組織修改標準化後的標準c++中,定義則是大不相同。

其中包含的引用標頭檔案如下:

#include //設定插入點

#include //字元處理

#include //定義錯誤碼

#include //浮點數處理

#include //檔案輸入/輸出

#include //引數化輸入/輸出

#include //資料流輸入/輸出

#include //定義各種資料型別最值常量

#include //定義本地化函式

#include //定義數學函式

#include //定義輸入/輸出函式

#include //定義雜項函式及記憶體分配函式

#include //字串處理

#include //基於陣列的輸入/輸出

#include //定義關於時間的函式

#include //寬字元處理及輸入/輸出

#include //寬字元分類

其中包括的標頭檔案如下(同上的不再注釋)

#include //stl 通用演算法

#include //stl 位集容器

#include

#include

#include

#include

#include //複數類

#include

#include

#include

#include

#include //stl雙端佇列容器

#include //異常處理類

#include

#include //stl 定義運算函式(代替運算子)string.h

string.h(2張)#include

#include //stl 線性列表容器

#include //stl 對映容器

#include

#include //基本輸入/輸出支援

#include //輸入/輸出系統使用的前置宣告

#include

#include //基本輸入流

#include //基本輸出流

#include //stl 佇列容器

#include //stl 集合容器

#include //基於字串的流

#include //stl堆疊容器

#include //標準異常類

#include //底層輸入/輸出支援

#include //字串類

#include //stl 通用模板類

#include //stl動態陣列容器

#include

#include

using namespace std;

#include //複數處理

#include //浮點環境

#include //整數格式轉換

#include //布林環境

#include //整型環境

#include //通用型別數學巨集

參考:

Linux標頭檔案 C C 標頭檔案

linux標頭檔案 c c 標頭檔案。linux常用標頭檔案如下 posix標準定義的標頭檔案 目錄項 檔案控制 檔名匹配型別 路徑名模式匹配型別 組檔案 網路資料庫操作 口令檔案 正規表示式 tar歸檔值 終端i o 符號常量 檔案時間 字元擴充套件型別 internet定義 套接字本地介面 in...

c c 標頭檔案

include string h void main 不能正確執行,提示說是string型別沒有定義 而下面 include string using namespace std void main 這裡的string編譯器就認識了,但是strcmp就不認識了呢?一般乙個c 的老的帶 h 副檔名的庫...

c,c 標頭檔案

c 傳統 c include 設定插入點 include 字元處理 include 定義錯誤碼 include 浮點數處理 include 檔案輸入 輸出 include 引數化輸入 輸出 include 資料流輸入 輸出 include 定義各種資料型別最值常量 include 定義本地化函式 i...