我想在类里面定义一个DWORD类型的列表:
CList<DWORD,DWORD> m_intData;但为什么编译的时候总是说
error C2143: syntax error : missing ';' before '<'
error C2501: 'CList' : missing storage-class or type specifiers
error C2059: syntax error : '<'
error C2238: unexpected token(s) preceding ';'
error C2065: 'm_intData' : undeclared identifier
error C2228: left of '.AddTail' must have class/struct/union type?