CString s=_T("156.789"); double d = atof((LPSTR)(s.GetBuffer(s.GetLength()))); CString a; a.Format(_T("%lf"),d); AfxMessageBox(a);