class GLintPointArray{ const int MAX_NUM = 100; public: int num; GLintPoint pt[MAX_NUM]; };