c++ std function code example
Example 1: 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>"
Example 2: using std c++
using namespace std;