摘要: 1 CString str;2 double pos;3 TCHAR* strTmp;//临时(无用?)4 GetDlgItem(IDC_EDIT1)->GetWindowText(str);5 pos = wcstod(str,&strTmp); 阅读全文
posted @ 2013-09-14 15:15 ONWAYO 阅读(111) 评论(0) 推荐(0)