error C2501: missing storage-class or type specifiers这是什么错误?
在执行“CUser m_user;”时出现如下错误,我该如何修改
error C2146: syntax error : missing ';' before identifier 'm_user'
error C2501: 'CUser' : missing storage-class or type specifiers
error C2501: 'm_user' : missing storage-class or type specifiers
其中CUser是我定义的一个一般类。