Why not "using namspace std;"

If you have two libraries that contain the same named function for example,
std::cout and myLib::cout
that execute different code, there is a namespace clash

Privacy & Terms