You can do this with CString::Format too: int i = 1; CString a; a.Format (_T ("R_20081016_%d_abc"), i); It's ...
確定! 回上一頁