C C 常用標頭檔案

2021-06-22 09:28:17 字數 2241 閱讀 3319

c/c++

標頭檔案一覽c

#include

//設定插入點

#include //字元處理

#include //定義錯誤碼

#include //浮點數處理

#include //對應各種運算子的巨集

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

#include //定義本地化c函式

#include //定義數學函式

#include //異常處理支援

#include //訊號機制支援

#include //不定引數列表支援

#include //常用常量

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

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

#include //字串處理

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

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

#include //寬字元分類

傳統c++

#include

//改用

#include //改用

#include //改用

#include //該類不再支援,改用中的stringstream

————————————————————————————————

標準c++

#include

//stl 通用演算法

#include //stl 位集容器

#include //字元處理

#include //定義錯誤碼

#include //浮點數處理

#include //對應各種運算子的巨集

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

#include //定義本地化函式

#include //定義數學函式

#include //複數類

#include //訊號機制支援

#include //異常處理支援

#include //不定引數列表支援

#include //常用常量

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

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

#include //字串處理

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

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

#include //寬字元分類

#include //stl 雙端佇列容器

#include //異常處理類

#include //檔案輸入/輸出

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

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

#include //stl 線性列表容器

#include //本地化特定資訊

#include //stl 對映容器

#include //stl通過分配器進行的記憶體分配

#include//動態記憶體分配

#include //stl常用的數字操作

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

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

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

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

#include //基本輸入流

#include //stl迭代器

#include //基本輸出流

#include //stl 佇列容器

#include //stl 集合容器

#include //基於字串的流

#include //stl 堆疊容器

#include //標準異常類

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

#include //字串類

#include //執行期間型別資訊

#include //stl 通用模板類

#include //對包含值的陣列的操作

#include //stl 動態陣列容器

————————————————————————————————

c99增加的部分

#include

//複數處理

#include //浮點環境

#include //整數格式轉換

#include //布林環境

#include //整型環境

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

c c 常用標頭檔案函式

標頭檔案 ctype.h 字元處理函式 本類別函式用於對單個字元進行處理,包括字元的類別測試和字元的大小寫轉換 字元測試是否字母和數字 isalnum 是否字母 isalpha 是否控制字元 iscntrl 是否數字 isdigit 是否可顯示字元 除空格外 isgraph 是否可顯示字元 包括空格...

C C 常用標頭檔案介紹

摘錄 c 標頭檔案大全 c語言常用標頭檔案 1 include 浮點數處理 float.h提供了浮點型的範圍和精度的巨集,沒有型別和函式的定義,一般用於數值分析。2 include 檔案輸入 輸出 一般用c 裡的 include iostream 3 include 定義各種資料型別最值常量 lim...

Linux標頭檔案 C C 標頭檔案

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