我在文档中定义如下:
public:
      CArry<CPoint,CPoint> m_strokeList;可是在编译的时候,却总过不去,问题是
error C2143: syntax error : missing ';' before '<'
error C2501: 'CArray' : missing storage-class or type specifiers
error C2059: syntax error : '<'
error C2238: unexpected token(s) preceding ';'请高人指点!