當前位置:編程學習大全網 - 編程軟體 - C語言中各種Include的文件及作用是什麽?

C語言中各種Include的文件及作用是什麽?

#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>    //寬字符分類

  • 上一篇:phyon語言與c語言的區別
  • 下一篇:塑膠產品的結構設計主要依據有哪些
  • copyright 2024編程學習大全網