随笔分类 -  C\C++

C\C++软件编程经验总结。
摘要:操作函数:void CFile_TestDlg::OnOK() { // TODO: Add extra validation here UpdateData(TRUE); CTime tm=CTime::GetCurrentTime(); CString str; str.Format("%d年-... 阅读全文
posted @ 2015-07-19 00:03 天才精英 阅读(312) 评论(0) 推荐(0)
摘要:cfile:: openvirtualBOOLOpen(LPCTSTRlpszFileName,UINTnOpenFlags,CFileException*pError=NULL);返回值:成功为非0,否则为0,仅当返回值为0时pError参数才有意义参数:lpszFileName 需要打开文件的路... 阅读全文
posted @ 2015-07-18 23:15 天才精英 阅读(6214) 评论(0) 推荐(0)