Namespace clash

The problem with using using namespace std is if there are more than one cout in the library, or more than one library that contains cout, it is not clearly defined which namespace std is being used.

Privacy & Terms