


1/10/00
COM1100-Winter2000-Yuhong
Yin Northeastern
University
#include <iostream>
n-- The iostream is
referred as header file because it is placed at the top, or head, of a C++ program using #include
command
n–
Preprocessor
commands do not end with a semicolon
n #include <iostream>
n #include
<string>
n