#ifndef ZTERROR_H #define ZTERROR_H #include using namespace std ; class ZTerror { public: string desc ; int bad_row, bad_col, max_row, max_col ; } ; #endif