Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
NameSpace « Language « C++
C++
Language
NameSpace
1.
Namespace Demo: define a namespace
2.
Namespaces are additive
3.
Demonstrate a namespace
4.
Some Namespace Options
5.
A namespace can be nested within another
6.
use explicit std:: qualification.
7.
Using namespace to reference variables
8.
Namespace code section
9.
Use namespaces to wrap variables
10.
Enclosure variables with namespace
11.
Defines and tests namespaces.