0
Is it good practice to use "using namespace std"
Please give your valuable comments on this. If that is not good then what and how to use.
2 Respostas
+ 1
If you're not sure if functions form std namespace will colide with other functions, you can use for example "using std::cout;" instead of full namespace