|
|
От: |
Plutonia Experiment
|
http://blogs.rsdn.org/ikemefula |
| Дата: | 16.04.03 08:31 | ||
| Оценка: | |||
V>_bstr_t m="13,4444";
V>CComVariant cVar=(BSTR)m;
V>cVar.ChangeType(VT_R8);
V>CString str;
V>str.Format("%f",cVar.dblVal);
V>::AfxMessageBox(str,MB_OK,NULL);
V>V> m="13.4444"
V>......
V>