0
Should I include'using namespace std' before main fiction in all program
Do I need to insert the line in quotes everyone I compile
1 Resposta
+ 1
No, you can also use for example std::cout instead of "using namespace" and only cout.
Actually that's also the preferable way to do so.