CString str
str.Format(_T("%d"),i)
file.Write(str.GetBuffer(),str.GetLength())
str.ReleaseBuffer()
file.Close()int类型旦激变量,直接写入文件,是16进制格式,占4个byte(char)大小。
要想将int写入文本文件并直观可卖迟饥见,需要先转中返换为字符串,再写入文件。
读取用 DataInputStream对象的writeInt(int value)方法写态睁入用或闭渗衫脊 DataOutputStream对象的readInt()方法
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)