2. |
-
Namespaces
- Namespaces allow us to group a set of global classes, objects and/or functions under a name. To say it somehow, they serve to split the global scope in sub-scopes known as namespaces.
URL: http://www.cplusplus.com/doc/tutorial/tut5-2.html
|