什么时候使用namespace
#include<iostream.h>
不用using namespace std;
#include<iostream>
要用using namespace std;
长风破浪会有时,直挂云帆济沧海!
可通过下方链接找到博主
https://www.cnblogs.com/judes/p/10875138.html
#include<iostream.h>
不用using namespace std;
#include<iostream>
要用using namespace std;