+ 5
What is for "using namespace std;" in C++?
I don't understand it properly from lesson. It will be good for me if anyone explain it here.
1 Respuesta
+ 1
It is needed so as not to constantly write std :: before cout and cin
I don't understand it properly from lesson. It will be good for me if anyone explain it here.