C++ String Namespace

C++ String Namespace


C++ String Namespace

In this tutorial we have to learned about C++ String NamespaceYou would to have seen some C++ programs that executes without the standard namespace library. The using namespace std line can be in place with the std keyword, with written together this the :: operator for string (and cout) objects:

For example :

Output :