0

What is the use of 'using namespace std' in c++ ??

2nd Sep 2017, 7:02 PM
Piyush Sikariya
Piyush Sikariya - avatar
2 Antworten
+ 2
It allows you to type "cout" instead of "std::cout", "cin" instead of "std::cin", ...
2nd Sep 2017, 7:04 PM
Dapper Mink
Dapper Mink - avatar
2nd Sep 2017, 7:04 PM
Jordan Chapman
Jordan Chapman - avatar