+ 2
What is std here? It is getting difficult me to understand.
4 Respostas
+ 15
The standard namespace.
+ 8
http://www.cplusplus.com/forum/beginner/61121/
This may help you
+ 4
std is the namespace!It's the default namespace!you can create your own namespaces,remove the
using namespace STD;
and whenever you use cout>> you'll get an error!
+ 3
std is short form of standard.