MFC读取txt文件中的字符串,只读出了一个h 30
CStringm_strtotxt_1;CStdioFilemyFile;myFile.Open(_T("C:\\BKPICTUR.txt"),CFile::modeRe...
CString m_strtotxt_1; CStdioFile myFile;
myFile.Open(_T("C:\\BKPICTUR.txt"),CFile::modeRead);
//myFile.SeekToBegin();
myFile.ReadString(m_strtotxt_1);
myFile.Close();
AfxMessageBox(m_strtotxt_1);
txt文件里面存的是http://www.163.com,1363332223542.jpg
这个是我那个向文件写入的代码
//将图片名字和URL名字以无文件并建立的可读可写方式写入txt文件中
CFile file;
CString ctx;
ctx.Format(m_strtotxt);
file.Open(_T("C:\\BKPICTUR.txt"),CFile::modeCreate|CFile::modeReadWrite);
file.SeekToBegin();
file.Write(ctx,ctx.GetLength()*2);
file.Flush();
file.Close(); 展开
myFile.Open(_T("C:\\BKPICTUR.txt"),CFile::modeRead);
//myFile.SeekToBegin();
myFile.ReadString(m_strtotxt_1);
myFile.Close();
AfxMessageBox(m_strtotxt_1);
txt文件里面存的是http://www.163.com,1363332223542.jpg
这个是我那个向文件写入的代码
//将图片名字和URL名字以无文件并建立的可读可写方式写入txt文件中
CFile file;
CString ctx;
ctx.Format(m_strtotxt);
file.Open(_T("C:\\BKPICTUR.txt"),CFile::modeCreate|CFile::modeReadWrite);
file.SeekToBegin();
file.Write(ctx,ctx.GetLength()*2);
file.Flush();
file.Close(); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询