为了账号安全,请及时绑定邮箱和手机立即绑定

代码见图,使用atoi后,把字符数组的12转换为1,不知道以上错误是什么,来大神分析下。

代码见图,使用atoi后,把字符数组的12转换为1,不知道以上错误是什么,来大神分析下。

C++
蛊毒传说 2023-03-06 22:18:11
void CTestDialog::OnBnClickedBtnAdd(){ // TODO: 在此添加控件通知处理程序代码 int num1 = 0; int num2 = 0; int num3 = 0; WCHAR ch1[10] = { }; WCHAR ch2[10] = { }; WCHAR ch3[10] = { }; GetDlgItem(IDC_EDIT1)->GetWindowText(ch1,10); GetDlgItem(IDC_EDIT1)->GetWindowText(ch2,10); num1 = atoi((const char*)ch1); num2 = atoi((const char*)ch2); num3 = num1 + num2; _itoa_s(num3, (char*)ch3, 10,10); GetDlgItem(IDC_EDIT3)->SetWindowText(ch3);}
查看完整描述

1 回答

?
30秒到达战场

TA贡献1828条经验 获得超6个赞

atoi是将ASCII码字符转整数的,你的宽字符数组会出错

查看完整回答
反对 回复 2023-03-08
  • 1 回答
  • 0 关注
  • 54 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信