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 
_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to