0
Why people don’t always use « using namespace std »?
I’ve seen a lot of code without it. Is this better?
2 odpowiedzi
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