CISC 3110
Advanced Programming Techniques
Namespaces


Overview

The following material is some background and related discussion; you can skip it if you like.

The Notion of Space

Address Spaces

Namespaces

Namespaces in C++

Defining the Namespace

The Global Namespace Scope

The std Namespace

Explicitly Qualifying a Name with the Scope Resolution Operator

The using Directive

The using Declaration

What This Means to You