摘要:
CString fullPath = path.TrimRight(_T("\\")) + _T("\\") + fileName; string strPath = LQAS_DATA::CStringToString(fullPath); locale::global(locale("")); fstream ofile(strPath.c_str() ,ios_base::out | ios_base::trunc | ios_base::binary); if(ofile.fail()) { locale::global(lo 阅读全文
posted @ 2013-03-13 10:18
忆民
阅读(322)
评论(0)
推荐(0)

浙公网安备 33010602011771号