0
why using the using namespace std;
2 Respuestas
+ 2
To not have to put std:: in front of every element from the standard libraries, for example std::cout.
0
cause not have to type too much codes,it's means u aren't have to type codes for "cout" or "cin" etc.this is the c++ libraries that has pre-typed codes.