std question

hello, is there difference between

using namespace std;

and std::cout .... ?

thanks

http://cplusplus.com/forum/beginner/7851/

http://cplusplus.com/forum/beginner/8762/


and if you want detailed explaination on namespaces:
http://www.cplusplus.com/doc/tutorial/namespaces.html


Please search through the site before posting a new post.
Here's a more in-depth answer: http://www.gotw.ca/gotw/053.htm
Topic archived. No new replies allowed.