With using namespace I make the whole contents of that namespace directly visible without using the namespace qualifier. This can cause problems if using
using namespace
using
Not to my knowledge... But as a rule I only use "using namespace" in .cpp files.