C++常用库函数
1、常用数学函数
头文件#include <math> 或者#include <math.h>
2、常用字符串处理函数
头文件#include <string> 或者#include <string.h>
3、其他常用函数
头文件#include <stdlib> 或者#include <stdlib.h>
4、实现键盘和文件输入/输出的成员函数
cstring转为int头文件#include <iostream> 或者#include <iostream.h>
C++的头文件!
#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> //定义杂项函数及内存分配函数
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论