0
What does it mean by name std
name std
3 Answers
0
std stands for standard
0
The built inĀ C++Ā library routines are kept in the standard namespace. That includes stuff like cout, cin, string, vector, map, etc. Because these tools are used so commonly, it's popular to add "using namespaceĀ std" at the top of your source code so that you won't have to type theĀ std:: prefix constantly.
0
Sexually transmitted disease. Please don't get too intimate with C++. (Sarcasm)