首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
C++ int类型转 LPCTSTR类型
C++ int类型转 LPCTSTR类型
it
2023-02-12
80
使用到的CString 类的头文件包含是 #include<atlstr.h>
CString str; str.Format(_T("%d"), i); LPCTSTR re = str.AllocSysString();
转载请注明原文地址: https://lol.8miu.com/read-2049.html
最新回复
(
0
)