I am just wondering if I use
using namespace std;
in my header .h file, does it stop at the end of header file or it pollutes every .cpp file that includes this header.

Tomaz