1/10/00
COM1100-Winter2000-Yuhong Yin Northeastern University
20
Compiler differences
nTextbook, chapter1, page 26 “Advanced Topic 1.1” nThe header file of older compilers have an extension .h
n #include <iostream.h>    
nBut new compilers do not need .h extension
n   #include <iostream>
n   using namespace std;