V
vivekian
Hi,
I am not sure if this is a relevant topic here, anyways,
When using the std namespace is it a good practice to ..
put this right at the beginning
using namespace std ;
or is prefixing std before each feature access e.g. std::string a
better thing to do ? The confusion because different books suggest
different things ..
thanks in advance,
vivekian
I am not sure if this is a relevant topic here, anyways,
When using the std namespace is it a good practice to ..
put this right at the beginning
using namespace std ;
or is prefixing std before each feature access e.g. std::string a
better thing to do ? The confusion because different books suggest
different things ..
thanks in advance,
vivekian