public marks

PUBLIC MARKS from recommendation with tags global & same

24 January 2007 09:15

Namespaces

by 1 other
The format of namespaces is: namespace identifier{ entities}Where identifier is any valid identifier and entities is the set of classes, objects and functions that are included within the namespace. For example: namespace myNamespace { int a, b; }