M
Michael
Hi,
In my compiler, I do not have to use
using namespace std;
the following codes works. Why?
#include <iostream>
int main()
{
cout<<"C++";
return 0;
}
In my compiler, I do not have to use
using namespace std;
the following codes works. Why?
#include <iostream>
int main()
{
cout<<"C++";
return 0;
}