| <assert.h> --------------------- 設定插入點(diǎn) <ctype.h> --------------------- 字符處理 <errno.h> --------------------- 定義錯誤碼 <float.h> --------------------- 浮點(diǎn)數處理 <fstream.h> --------------------- 文件輸入/輸出 <iomanip.h> --------------------- 參數化輸入/輸出 <iostream.h> --------------------- 數據流輸入/輸出 <limits.h> --------------------- 定義各種數據類(lèi)型最值常量 <locale.h> --------------------- 定義本地化函數 <math.h> --------------------- 定義數學(xué)函數 <stdio.h> --------------------- 定義輸入/輸出函數 <stdlib.h> --------------------- 定義雜項函數及內存分配函數 <string.h> --------------------- 字符串處理 <strstrea.h> --------------------- 基于數組的輸入/輸出 <time.h> --------------------- 定義關(guān)于時(shí)間的函數 <wchar.h> --------------------- 寬字符處理及輸入/輸出 <wctype.h> --------------------- 寬字符分類(lèi)
|