因此,字符串与数据间的相互转换在实际的编程过程中经常用到。 二、转化实例 1,CString --> int CString cStr("5678"); int i = _ttoi( cStr ); 在ANSI ...
確定! 回上一頁