水轰5和别6:#include "ctype.h"#include "iomanip.h",ctype.h和iomanip.h是什么头文件?

来源:百度文库 编辑:神马品牌网 时间:2024/09/24 15:25:43

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