txt文件记录

ofstream outfile(sCheckInfoSavePath);
for (int i=0;i<vecStrPrompt.size();i++)
{
outfile << (CStringA)(LPCTSTR)(vecStrPrompt[i]) << endl;
}
outfile.close();

posted @ 2020-09-15 09:39  xzh1993  阅读(154)  评论(0编辑  收藏  举报