1234
Class tha_class; .... private: Myclass *the_class;
the_class = new Myclass;
int i; the_class = &i;
the_class = new int;