CString数组的声明与赋值
我用VC6.0建立了一个单文档文件,在其中写下了这几个语句CStringstr;str="ad";总是出现同样的错误stdafx.cpp(11):errorC2501:'...
我用VC6.0建立了一个单文档文件,在其中写下了这几个语句CString str;str="ad";总是出现同样的错误stdafx.cpp(11) : error C2501: 'str' : missing storage-class or type specifiers
stdafx.cpp(11) : error C2371: 'str' : redefinition; different basic types
stdafx.cpp(10) : see declaration of 'str'
stdafx.cpp(11) : error C2440: 'initializing' : cannot convert from 'char [4]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast我就不清楚到底是什么问题 展开
stdafx.cpp(11) : error C2371: 'str' : redefinition; different basic types
stdafx.cpp(10) : see declaration of 'str'
stdafx.cpp(11) : error C2440: 'initializing' : cannot convert from 'char [4]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast我就不清楚到底是什么问题 展开
2013-05-28
展开全部
这个提示就是CString的头文件没有包含进来,编译器不认识CString类.你是在哪个工程下建立的?
2013-05-28
展开全部
重复定义了
看看前面是不是有个
int str;
看看前面是不是有个
int str;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询