What i put in the space... _____ namespace std; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What i put in the space... _____ namespace std;

c++

23rd Jul 2017, 3:14 PM
Nour Assoud
Nour Assoud - avatar
5 Answers
+ 6
When you use this, we are instructing C++ compiler to use theĀ standard c++ library. If you don't give this instruction, then you will have to useĀ std::, each time you use a standard C++ function/entity.
17th Aug 2017, 7:19 PM
Amaan
Amaan - avatar
+ 3
using
23rd Jul 2017, 3:21 PM
johan beimers
johan beimers - avatar
+ 2
using
23rd Jul 2017, 3:34 PM
Amaan
Amaan - avatar
+ 1
using namespace std;
30th Jul 2017, 5:43 PM
Chemseddine Zara
Chemseddine Zara - avatar
+ 1
but what it does exactly?
17th Aug 2017, 7:15 PM
khan intikhab
khan intikhab - avatar