- 3
What is name space?
I need functions and meaning.
1 Resposta
+ 6
In our code, the line using namespace std; tells the compiler to use the std (standard) namespace.
The std namespace includes features of the C++ Standard Library.https://www.sololearn.com/learn/CPlusPlus/1603/
Please continue going through the C++ course. They already answered this question.