Map Skeleton

C++ Concept Map

Names

Names, or identifiers, are used to label C++ language items. They are used for:

The meaning of names follow the rules of scope, the most important of which is that a name can only have one meaning within a single scope.

Names can also be placed into logically separate collections called namespaces, that allow much more freedom over their choice to avoid name clashes.


Please mail any corrections and/or suggestions to Roger Hartley at
rth@cs.nmsu.edu

Copyright © 2003 Roger Hartley