常用的函式及標頭檔案

2021-08-18 21:07:42 字數 561 閱讀 4097

常用函式及其標頭檔案

函式   

作用標頭檔案

printf  ,scanf  及其」兄弟

格式化輸入輸出

stdio.h或cstdio

fopen,freopen,fclose   

檔案的開啟與關閉

stdio.h或cstdio

getchar,fgets等等

字元/字串的輸入輸出

stdio.h或cstdio

sin/cos/pow等

各種數學函式及符號

math.h或cmath

strlen,stract   

字串函式

string.h或cstring

memset,memcpy

記憶體清零與賦值

string.h或cstring

isalpha,isdigit,toupper等

字元分類與轉化

ctype.h

clock

計時函式

time.h

sort

排序函式

algorithm

常用庫函式及標頭檔案

1.排序 sort a,b,c 標頭檔案 include 2.字串與整實型轉換 一 string轉int a int變數 atoi b string變數 c str 標頭檔案 include 二 string轉float a float變數 atof b string變數 c str 標頭檔案 in...

C C 語言常用標頭檔案及函式

include 設定插入點 include 字元處理 include 定義錯誤碼 include 浮點數處理 include 檔案輸入 輸出 include 引數化輸入 輸出 include 資料流輸入 輸出 include 定義各種資料型別最值常量 include 定義本地化函式 include ...

常用函式對應的標頭檔案

1.include sleep 2.include gettickcount 3.include void memcpy void dest,const void src,size t n 從源src所指的記憶體位址的起始位置開始拷貝n個位元組到目標dest所指的記憶體位址的起始位置中 4.incl...