#ifndef _strclass_h #define _strclass_h #include typedef class String string; #endif