0
kicks
C++ Programming: The using and namespace keyword in C++
You may feel it is inconvenient to write std:: in front of cout and endl everytime. There is two solution provided by ANSI standard. It is done by use of the keyword using. The first solution is to tell the compiler at the beginning of your code that you will use standard library cout and endl.