常用的一些函数

版权声明:版权归Ordinarv所有 https://blog.csdn.net/ordinarv/article/details/84860395

字符串

strlen

strcmp

数学

sqrt

pow

原型:在TC2.0中原型为extern float pow(float x, float y);而在VC6.0中原型为double pow( double x, double y );

头文件:math.h/cmath(C++中)

abs

fabs

memset

fill

swap

内敛函数inline

猜你喜欢

转载自blog.csdn.net/ordinarv/article/details/84860395