CStdioFile f;
f.open("tt.txt",CFile::modeRead|CFile::modeWrite);
此时,用readstring()不能读,说“访问tt.txt发生错误!”
真是奇怪,光用modeRead而不带modeWrite时,一切正常!
是什么原因?