谁用过CArray
我用vc6.0 声明CArray <CPoint,CPoint> aa;
系统报错:
test7_29.cpp
d:\c++_pro\test7_29\testdoc.h(51) : error C2143: syntax error : missing ';' before '<'
d:\c++_pro\test7_29\testdoc.h(51) : error C2501: 'CArray' : missing storage-class or type specifiers
d:\c++_pro\test7_29\testdoc.h(51) : error C2059: syntax error : '<'
d:\c++_pro\test7_29\testdoc.h(51) : error C2238: unexpected token(s) preceding ';'
testDoc.cpp
d:\c++_pro\test7_29\testdoc.h(51) : error C2143: syntax error : missing ';' before '<'
d:\c++_pro\test7_29\testdoc.h(51) : error C2501: 'CArray' : missing storage-class or type specifiers
d:\c++_pro\test7_29\testdoc.h(51) : error C2059: syntax error : '<'
d:\c++_pro\test7_29\testdoc.h(51) : error C2238: unexpected token(s) preceding ';'
testView.cpp
d:\c++_pro\test7_29\testdoc.h(51) : error C2143: syntax error : missing ';' before '<'
d:\c++_pro\test7_29\testdoc.h(51) : error C2501: 'CArray' : missing storage-class or type specifiers
d:\c++_pro\test7_29\testdoc.h(51) : error C2059: syntax error : '<'
d:\c++_pro\test7_29\testdoc.h(51) : error C2238: unexpected token(s) preceding ';'
大侠帮忙