vc++6.0 中使用 static
麻烦大家看下这段代码。。。用的VC6.0报错如下:errorC2143:syntaxerror:missing';'before'<'问题在这句:staticvector...
麻烦大家看下这段代码。。。用的VC6.0 报错如下:
error C2143: syntax error : missing ';' before '<'
问题在这句: static vector<int> _cow;
实在不明白为什么会有错???
感谢回答。。
#include <iostream>
using namespace std;
class mine{
public:
int length() const {return _length;}
int pos() const {return _pos;}
private:
int _length;
int _pos;
int _next;
static vector<int> _cow;
static int d;
};
int main()
{
return 0;
} 展开
error C2143: syntax error : missing ';' before '<'
问题在这句: static vector<int> _cow;
实在不明白为什么会有错???
感谢回答。。
#include <iostream>
using namespace std;
class mine{
public:
int length() const {return _length;}
int pos() const {return _pos;}
private:
int _length;
int _pos;
int _next;
static vector<int> _cow;
static int d;
};
int main()
{
return 0;
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询