What does it mean by name std | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does it mean by name std

name std

10th Nov 2016, 4:54 PM
Sam Thomas
Sam Thomas - avatar
3 Answers
0
std stands for standard
10th Nov 2016, 5:26 PM
LaserHydra
LaserHydra - avatar
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.
10th Nov 2016, 6:59 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
0
Sexually transmitted disease. Please don't get too intimate with C++. (Sarcasm)
12th Nov 2016, 12:56 AM
Keto Z
Keto Z - avatar