Programming in C++

Table of Contents

Namespaces

Scopes: global, class, function, local, statement

Namespaces help distinguish between identical variable names from different contexts.

Using

using declaration:

using directive: