- 2
Any body plz help me...
6 ответов
+ 3
Std means standard. Basically, cin and cout belongs to the namespace std.
This is a shortcut (if you don't add this to the beginning of your code, you'll have to write std::cout instead of cout) that is used to prevent troubles if two methods have the same name.
+ 1
For... What ?
+ 1
Sorry I can't explain that (I don't use c++)
0
What we used
Using namespace std;
Explains bro
0
I'm beginner i am just learning now c++
0
Ok thanks