question abt std:: and STL containers

why is it that when I see quite a number of codes, they prefix std:: onto the STL container type like std::vector<int> instead of just using using namespace std; or using std::vector?
Topic archived. No new replies allowed.