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