What is namespace std? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is namespace std?

While doing the tutorial of c++ in the very beginning I didn't got it! Can anyone explain?

26th Apr 2017, 4:22 PM
aaaaa
1 Antwort
+ 3
Basically, Namespaces act as folders for library files in order to prevent naming conflicts. https://www.tutorialspoint.com/cplusplus/cpp_namespaces.htm
26th Apr 2017, 4:32 PM
Babak
Babak - avatar