HI

HOW CAN WE AVOID MULTIPLE INCLIUSION OF HEADER FILE IN QT??

OTHER THAN WRAPPING .H FILE IN #endif,#include etc

can we give something like:-

<class_ name> *<class_object> in a header file

eg if v have a class EUREKA, can v do:-

EUREKA *e[3];

to make 3 pointer of type class EUREKA in a .h file

if not how can v declare such pointers if v have to use them across other classes

THANK U