C語言中的標頭檔案有多少種都有哪些?C函式庫有哪些?

2021-06-21 07:19:28 字數 1535 閱讀 1482

常用的標頭檔案如下 

#include //設定插入點 

#include //字元處理 

#include //定義錯誤碼 

#include //浮點數處理 

#include //檔案輸入/輸出 

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

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

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

#include //定義本地化函式 

#include //定義數學函式 

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

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

#include //字串處理 

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

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

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

#include //寬字元分類 

標準 c/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語言中的標頭檔案

在系統架構時,常會包含標頭檔案.h和 檔案.c。這幾天閱讀了部分的c 對頭檔案有一些自己的想法,特意寫到了自己的 部落格中,畢竟知識是在於積累的。標頭檔案,在 編譯執行過程中,起到預先編譯的作用,在它裡面都會包含有這些內容。相關資料結構宣告 為增加 的維護性,我們會預先在標頭檔案中,把需要使用的資料...

c語言中的標頭檔案

學生資訊資料庫管理 1.檔案宣告 資料庫儲存格式 123 xiaoming n124 xiaohong n ifndef data h 2.防止重複包含標頭檔案 define data h include linkstu.h 3.包含資料型別的標頭檔案 int load file db,stu ph...

C語言中的stdlib h標頭檔案

stdlib 標頭檔案即standard library標準庫標頭檔案 stdlib 標頭檔案裡包含了c c 語言的最常用的系統函式,該檔案包含了的c語言標準庫函式的定義 型別 例如 size t wchar t div t ldiv t和lldiv t 巨集 例如 exit failure exi...