随笔分类 -  C/C++

摘要: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 阅读(770) 评论(0) 推荐(0)

导航