摘要:
int to string : int index=0; CString str; str.Format(_T("%d"),index);// str 为 0 str.Format(_T("%02d"),index); // str 为 00string to int : CString str = _T("00"); int index; sws... 阅读全文
posted @ 2005-06-24 14:02
张伦
阅读(987)
评论(0)
推荐(0)
浙公网安备 33010602011771号