当前位置:网站首页>公用函数----mfc
公用函数----mfc
2022-08-01 17:50:00 【jxb_8888】
CString CTestDlg::itos(int i)
{
CString str;
str.Format("%d",i);
return str ;
}
void CTestDlg::OnButton2()
{
// TODO: Add your control notification handler code here
int i = 5 ;
AfxMessageBox(itos(i));
}
/
边栏推荐
猜你喜欢
随机推荐
hcip第九天
成为优秀架构师必备技能:怎样才能画出让所有人赞不绝口的系统架构图?秘诀是什么?快来打开这篇文章看看吧!...
【Day_12 0507】查找组成一个偶数最接近的两个素数
【R语言】对图片进行裁剪 图片批量裁剪
分布式消息队列平滑迁移技术实战
我在启牛开户安全吗?谁能告诉我开不靠谱?
深圳市商务局2022年度中央资金(跨境电子商务企业市场开拓扶持事项)申报指南
棕榈油罐区数字化转型
CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) Solution
Flask框架实战
QT常用全局宏定义
2022年深圳市临床医学研究中心申请指南
MySQL Lock wait timeout exceeded; try restarting transaction 锁等待
【Error】Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘concat’)
C语言:表达式求值详解
B005 – 基于STC8的单片机智能路灯控制系统
JumpServer堡垒机部署
Review实战经典:2 种封装风格,你偏爱哪种?
【R语言】线性混合模型进行重复测量设计分析
插入排序 优化插入排序