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