火星情报局的衍生综艺:#include "ctype.h"#include "iomanip.h",ctype.h和iomanip.h是什么头文件?

来源:百度文库 编辑:高校问答 时间:2024/05/01 20:54:01

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