赵忠尧的学生:#include "ctype.h"#include "iomanip.h",ctype.h和iomanip.h是什么头文件?

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/28 17:04:24

ctype是一系列和类型有关的头文件,比如isdigit() isxdigit isupper() 等等
iomanip.h是常见与iostream配合使用的,比如控制流输出的函数:setw,left,right等等,如果使用要
using namespace std;