Search:
Forum
General C++ Programming
std question
std question
Feb 23, 2010 at 9:10am UTC
newNode
(23)
hello, is there difference between
using namespace std;
and std::cout .... ?
thanks
Feb 23, 2010 at 9:44am UTC
vijaysaluru
(23)
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.
Feb 23, 2010 at 2:16pm UTC
PanGalactic
(1658)
Here's a more in-depth answer:
http://www.gotw.ca/gotw/053.htm
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs