- 3

What is name space?

I need functions and meaning.

2nd Aug 2018, 8:12 AM
bye123s
bye123s - avatar
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.
2nd Aug 2018, 8:42 AM
Koketso Dithipe
Koketso Dithipe - avatar