摘要:
CFile file("D:\\1.txt",CFile::modeCreate | CFile::modeWrite); CArchive ar(&file,CArchive::store); int i=4; char ch='a'; float f=1.3f; CString str("hel... 阅读全文
posted @ 2014-05-28 11:08
838603796
阅读(768)
评论(0)
推荐(0)