What is using name space std? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is using name space std?

What is using name space std?

30th Jul 2016, 5:56 PM
pouria
2 Answers
0
it is used for importing several stuff in ur program if it isnt used then the program will result in bunch of errors
30th Jul 2016, 6:37 PM
Suhail Pappu
Suhail Pappu - avatar
0
using namespace std; its just clarifying code kind of, instead of having a bunch of std::cout << "just use using namespace to avoid over complexing simple code" << std::endl;
30th Jul 2016, 6:45 PM
King JokerHA
King JokerHA - avatar