子宫内膜厚约9mm正常吗:vc++请问一个关于链表类的问题

来源:百度文库 编辑:神马品牌网 时间:2024/04/27 05:32:57
CTypedPtrList <CObject,CLine *> m_ptList;
我做了如上声明,提示有是个错误,请那为高人看看.提示如下:

d:\hys\vcprogram\程序设计与实践\draw\drawview.h(25) : error C2320: expected ':' to follow access specifier 'identifier'
d:\hys\vcprogram\程序设计与实践\draw\drawview.h(25) : error C2143: syntax error : missing ';' before '<'
d:\hys\vcprogram\程序设计与实践\draw\drawview.h(25) : error C2501: 'CTypedPtrList' : missing storage-class or type specifiers
d:\hys\vcprogram\程序设计与实践\draw\drawview.h(25) : error C2059: syntax error : '<'
d:\hys\vcprogram\程序设计与实践\draw\drawview.h(25) : error C2238: unexpected token(s) preceding ';'
DrawView.cpp
d:\hys\vcprogram\程序设计与实践\draw\drawview.h(25) : error C2320: expected ':' to follow access specifier 'identifier'
d:\hys\vcprogram\程序设计与实践\draw\drawview.h(25) : error C2143: syntax error : missing ';' before '<'
d:\hys\vcprogram\程序设计与实践\draw\drawview.h(25) : error C2501: 'CTypedPtrList' : missing storage-class or type specifiers