C 系統標頭檔案說明

2021-04-19 07:18:53 字數 1511 閱讀 2948

c++

#include //設定插入點

#include //字元處理

#include //定義錯誤碼

#include //浮點數處理

#include //檔案輸入/輸出

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

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

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

#include //定義本地化函式

#include //定義數學函式

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

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

#include //字串處理

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

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

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

#include //寬字元分類

//標準 c++ (同上的不再注釋)

#include //stl 通用演算法

#include //stl 位集容器

#include

#include

#include

#include

#include //複數類

#include

#include

#include

#include

#include //stl 雙端佇列容器

#include //異常處理類

#include

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

#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;

//c99 增加

#include //複數處理

#include //浮點環境

#include //整數格式轉換

#include //布林環境

#include //整型環境

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

標頭檔案說明

每個c c程式通常分為兩個檔案。乙個檔案用於儲存程式的宣告 declaration 稱為標頭檔案。另乙個檔案用於儲存程式的實現 implementation 稱為定義 definition 檔案。c c程式的標頭檔案以 h 為字尾,c程式的定義檔案以 c 為字尾,c 程式的定義檔案通常以 cpp 為...

C 標準庫標頭檔案說明

類別 標頭檔案演算法庫 algorithms algorithm 容器 containers 順序容器 sequence containers 有序關聯容器 ordered associative containers 無序關聯容器 unordered associative containers ...

linux標頭檔案說明

標頭檔案 說明 驗證程式斷言 c p i o歸檔值 字元型別 目錄項出錯碼 檔案控制 浮點常數 檔案樹漫遊 grp.h 組檔案 l a n g i n f o h 語言資訊常數 l i m i t s h 實施常數 l o c a l e h 本地類別 m a t h h 數學常數 n l t y ...