标题:[求助]c++2005,Format,AddString怎么会出错?
取消只看楼主
ynijtg
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-4-9
 问题点数:0 回复次数:0 
[求助]c++2005,Format,AddString怎么会出错?
m_List.AddString("学生学号:"+dlg.m_strNo);
str.Format("学分数:%d",dlg.m_fCredit);
这是我打的两行代码,在VC++2005下不能用
编译出错
e:\study\bianchen\2005\ex_ctrls\ex_ctrls\ex_ctrlsdlg.cpp(161) : error C2678: 二进制“+”: 没有找到接受“const char [11]”类型的左操作数的运算符(或没有可接受的转换)

e:\study\bianchen\2005\ex_ctrls\ex_ctrls\ex_ctrlsdlg.cpp(170) : error C2664: “void ATL::CStringT<BaseType,StringTraits>::Format(const wchar_t *,...)”: 不能将参数 1 从“const char [11]”转换为“const wchar_t *”
为什么会出再这个样子呀!~
在6.0下是可以的啊!~
高手帮我一下哦!~
搜索更多相关主题的帖子: Format AddString 二进制 dlg 
2007-04-09 14:36



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-130373-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.550968 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved