C++ 类型转换
2020-11-22 18:31
阅读:879
标签:style blog class code tar color string int art rgb http
C++ 中到的类型转换很多,先记录下来,多了写成一个类
1、int转CString


1 CString cNum="9527"; 2 int iNum = 0; 3 iNum=atoi(LPCTSTR(cNum));
C++ 类型转换,搜素材,soscw.com
C++ 类型转换
标签:style blog class code tar color string int art rgb http
原文地址:http://www.cnblogs.com/bzbk/p/3700949.html
评论
亲,登录后才可以留言!