0
C++ Library question
what is the difference between #include <iostream>; and using namespace std; as far as i can tell they both are taking in some sort of standart library, what do they refer to ?
2 Antworten
+ 10
You shouldn't use namespace std;
https://www.sololearn.com/Discuss/392399/?ref=app