怎样定义rect数组?
Crect* pRect = new CRect[j] ;用完后deltet[] pRect 定义数组时,数组中成员的个数必须是常量,也就是说,j必须是常量,除非你用Vector