在vc2005用ofstream写文件的问题
CString str="ffffffff";ofstream file(sFileName,ios::out| ios::app ); //文件流,ios::out | ios::app
file<<""<<str<<endl;
在vc2005中为什么我这样写文件 得到的是
好 10021VBACD
大家给个看法 谢谢
2008-05-17 22:19
2008-05-19 18:52
2008-05-26 10:13