请问头文件(.h)和C++文件(.cpp)的关系
我看到视频中cpp文件中
#inlcude <iostream>
而在h文件中
#include <string>
请问为什么要这样呢?为啥不在h文件中一起include?
另外,两个文件中都使用了using namespace std;为啥不会引起冲突呢?
我看到视频中cpp文件中
#inlcude <iostream>
而在h文件中
#include <string>
请问为什么要这样呢?为啥不在h文件中一起include?
另外,两个文件中都使用了using namespace std;为啥不会引起冲突呢?
2015-09-10
举报