C 常用函式

2022-01-19 09:54:08 字數 522 閱讀 6852

swap(a,b)

用於交換a,b兩個變數的值;

template void swap ( t& a, t& b )

reverse()

reverse函式反轉區間的資料

sort()

sort函式對區間的函式進行排序,內部是實現使用快速排序法。

max(a,b)

返回a,b中的最大值;

min(a,b)

返回a,b中的最小值;

abs(x)

返回x的絕對值,x必須是整數;

memset()

設定記憶體值

memcpy()

記憶體拷貝

strcpy()

字串複製

strncpy()

字串複製,指定長度拷貝

stract()

字串連線

getline()

按行讀取字元

strlen()

獲取字串長度

c++常用函式

程式設計資料

C 常用函式

1 datetime 數字型 system.datetime currenttime new system.datetime 1.1 取當前年月日時分秒 currenttime system.datetime.now 1.2 取當前年 int 年 currenttime.year 1.3 取當前月 ...

常用c 函式

字串是不是數字 static int isnumber const char z,int realnum z if realnum realnum 0 找到第乙個不是數字的位置 while isdigit z if z if realnum realnum 1 if z e z e if realn...

c 常用函式

1 datetime 數字型 system.datetime currenttime new system.datetime 1.1 取當前年月日時分秒 currenttime system.datetime.now 1.2 取當前年 int 年 currenttime.year 1.3 取當前月 ...