1/10/00
COM1100-Winter2000-Yuhong Yin Northeastern University
12
using namespace std;
n–Tell the compiler that all names that are used in the program belong to the “standard name space”
n– A namespace is a mechanism for expressing logical grouping.
n– That is, if some declarations logically belong together according to some criteria, they can be put in a common namespace to express that fact.
n– You will always use the standard name space in this course.
n