Like this article? We recommend
Global Namespace
All C++ programs feature a global namespace. Any code you create goes into the global namespace unless you specify a target namespace. So, even if you’ve never thought much about namespaces, you’ve still been using them! Let’s now take a look at how easy it is to create your own namespaces.