Answers for "why to use std:: in c++"

C++
2

why to use std:: in c++

When you are using "std::" it means that you will grap the following command
from the "std" namespace.
The std namespace is an abbreviation for standard

If you use "std::" you hvae to include "#include <iostream>"
Posted by: Guest on December-12-2020

Browse Popular Code Answers by Language