Issues with using namespace std

The issue with using namespace std is at times certain functions have the same name. This is a problem because it may create confusion. It helps once in a while but getting used to implementing them in all of your programs may create issues.

Privacy & Terms