关于包含头文件为什么有时我使用#include <iostream.h> 在用到cout时提示错误 必须得改成#include <iostream>
有时候恰恰相反 必须用#include <iostream.h>?
#include <iostream.h>和#include <iostream>有什么区别么??
我用的是VC++