1 2 3 4 5 6 7 8 9 10
#ifndef GCHT_CXX #define GCHT_CXX #include "CHAT.h" using namespace std; chat* CHAT::obj; #endif