cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
question abt std:: and STL containers
question abt std:: and STL containers
Nov 17, 2009 at 9:24am UTC
unregistered
(199)
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?
Nov 17, 2009 at 11:26am UTC
helios
(17574)
http://www.cplusplus.com/forum/beginner/15930/
Topic archived. No new replies allowed.