请问一下几行改为unicode版本需要怎么改谢谢?
intnum1,num2,num3;CStringstr1,str2,str3;GetDlgItem(IDC_EDIT1)->GetWindowText(str1);Ge...
int num1,num2,num3;
CString str1,str2,str3;
GetDlgItem(IDC_EDIT1)->GetWindowText(str1);
GetDlgItem(IDC_EDIT2)->GetWindowText(str2);
num1 = atoi(str1);
num2 = atoi(str2);
num3 = num1 + num2;
itoa(num3,str3,10);
GetDlgItem(IDC_EDIT3)->SetWindowText(str3);
编译的时候总是提示:error C2664: “itoa”: 不能将参数 2 从“CString”转换为“char *”
我只要unicode版本的 谢谢 str1,str2,str3为CString类型不要改
num1 = atoi(str1);
num2 = atoi(str2);
上面两个atoi换成_wtoi 没有问题
但是itoa(num3,str3,10);
itoa换成_itow后提示
error C2664: “_itow”: 不能将参数 2 从“CString”转换为“wchar_t *” 展开
CString str1,str2,str3;
GetDlgItem(IDC_EDIT1)->GetWindowText(str1);
GetDlgItem(IDC_EDIT2)->GetWindowText(str2);
num1 = atoi(str1);
num2 = atoi(str2);
num3 = num1 + num2;
itoa(num3,str3,10);
GetDlgItem(IDC_EDIT3)->SetWindowText(str3);
编译的时候总是提示:error C2664: “itoa”: 不能将参数 2 从“CString”转换为“char *”
我只要unicode版本的 谢谢 str1,str2,str3为CString类型不要改
num1 = atoi(str1);
num2 = atoi(str2);
上面两个atoi换成_wtoi 没有问题
但是itoa(num3,str3,10);
itoa换成_itow后提示
error C2664: “_itow”: 不能将参数 2 从“CString”转换为“wchar_t *” 展开
1个回答
中智咨询
2024-08-28 广告
2024-08-28 广告
在当今竞争激烈的商业环境中,企业需要不断提高自身的竞争力,以保持市场份额和增加利润。通过人效提升,企业可以更有效地利用有限的资源,提高生产力和效益,从而实现盈利目标。中智咨询提供全方位的组织人效评价与诊断、人效提升方案等数据和管理咨询服务。...
点击进入详情页
本回答由中智咨询提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询