0
Why people donât always use « using namespace std »?
Iâve seen a lot of code without it. Is this better?
3 Answers
0
Some people dont like it because they get confused by which library a function is from, so if they see std:: it means its from the standard library
0
oh I see thank for your answers