We begin with the usual includes and macro definitions:
#ifndef Complex_POLY_H #define Complex_POLY_H #include <iostream.h> #include <string.h> #include "complexvec1.h" #define Complex MYCOMPLEX