c語言的標頭檔案如下:
#include <assert.h> //設定插入點
#include <ctype.h> //字元處理
#include <errno.h> //定義錯誤碼
#include <float.h> //浮點數處理
#include <fstream.h> //檔案輸入/輸出
#include <iomanip.h> //引數化輸入/輸出
#include <iostream.h> //資料流輸入/輸出
#include <limits.h> //定義各種資料型別最值常量
#include <locale.h> //定義本地化函式
#include <math.h> //定義數學函式
#include <stdio.h> //定義輸入/輸出函式
#include <stdlib.h> //定義雜項函式及記憶體分配函式
#include <string.h> //字串處理
#include <strstrea.h> //基於陣列的輸入/輸出
#include <time.h> //定義關於時間的函式
#include <wchar.h> //寬字元處理及輸入/輸出
#include <wctype.h> //寬字元分類
c語言的標頭檔案如下:
#include <assert.h> //設定插入點
#include <ctype.h> //字元處理
#include <errno.h> //定義錯誤碼
#include <float.h> //浮點數處理
#include <fstream.h> //檔案輸入/輸出
#include <iomanip.h> //引數化輸入/輸出
#include <iostream.h> //資料流輸入/輸出
#include <limits.h> //定義各種資料型別最值常量
#include <locale.h> //定義本地化函式
#include <math.h> //定義數學函式
#include <stdio.h> //定義輸入/輸出函式
#include <stdlib.h> //定義雜項函式及記憶體分配函式
#include <string.h> //字串處理
#include <strstrea.h> //基於陣列的輸入/輸出
#include <time.h> //定義關於時間的函式
#include <wchar.h> //寬字元處理及輸入/輸出
#include <wctype.h> //寬字元分類