include<iostream>与include<iostream.h>及inclue <string> 和 include <string.h>的区别1.从功能性的角度来讲<iostream>包含了一系列模板化的IO类相反地<iostream.h>只仅仅是支持字符流另外输入输出流的C标准规范接口在一些微妙的细节上都已改进因此<iostream>和<iostream.h>在接口和执行上都是