御龙在天手机版:这几个头文件有什么用?

来源:百度文库 编辑:查人人中国名人网 时间:2024/10/03 06:00:53
#include <string.h>
#include <malloc.h>
#include <iostream.h>
#include <conio.h>

#include <string.h>
包含处理字符串的函数
#include <malloc.h>
包含分配内存的函数或操作符号
#include <iostream.h>
包含基本输入输出流的函数

包含文件~