help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

drawbacks of using namespace


From: Christian Christmann
Subject: drawbacks of using namespace
Date: Wed, 18 May 2005 14:28:58 +0200

Hi,

are there any drawbacks using

"using namespace std"

instead of defining the required namespaces like

using std::cout

separately?

The first solution is a more convenient one since you
just need one statement but can the code suffer from it?

Chris 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]