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