一个最简单的写文件和一个读文件的例子

      以下为两个按钮的响应函数: void CBDlg::OnButton1() {  // TODO: Add your control notification handler code here  CFile file1;  CString fnStr;  fnStr="C:\\1.txt";  file1.Open(fnStr,CFile::modeCreate|CFile::mod
相关文章
相关标签/搜索