What’s the problem with “using namespace std;”?
I have heard using namespace std;
is wrong, and that I should use std::cout
and std::cin
directly instead.
What’s the problem with “using namespace std;”?
I have heard using namespace std;
is wrong, and that I should use std::cout
and std::cin
directly instead.