Crowd's note
2013年8月30日 星期五
MFC convert CString to int, int to CString
CString str;
int a;
//CString to int
a = _wtoi(str);
//int to CString
str.Format(TEXT("%d"),a);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言