How can we write without using using namespace std | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we write without using using namespace std

b

27th Sep 2018, 7:40 PM
manoj hunachigi
manoj hunachigi - avatar
2 Answers
+ 6
std::cout >> "text";
27th Sep 2018, 7:53 PM
Aleksander Szczepura
Aleksander Szczepura - avatar
0
std:: cout std::string std::endl std::cin but you can remove all std by using namespace std so it is not good to remove using namespace std
27th Sep 2018, 8:14 PM
estifanos
estifanos - avatar