CString num=...
int value = _ttoi(static_cast<LPCTSTR>(num));
或者
int value = _ttoi(num);
posted on 2009-04-08 21:35 冲虚道长 阅读(1668) 评论(0) 编辑 收藏 举报