0
This is kinda bugging me "using namespace std;"
what exactly does "using namespace std;" mean and why do we use it in our code ? I have read it something to do with libraries what is a library? " the line using namespace std; tells the compiler to use the std (standard) namespace:" what is standard namespace?
3 Respostas
+ 2
Have you put namespace in the search bar or a search query?
0
They are confusing the hack out of me.