*** Modified files in JOE when it aborted on Wed Dec 5 11:28:08 2001 *** JOE was aborted because the terminal closed *** File '(Unnamed)' elem.cpp elem.cpp *** File 'elem.cpp' #include #include #include "elem.h" class tab { public: tab(); tab(*char); ~tab(); private: char *wks_char; }