当前位置导航:炫浪网>>网络学院>>编程开发>>C++教程>>C++进阶与实例

CFile的Open()是不支持文本方式读写

    原来CFile的Open()是不支持文本方式读写地

 BOOL CFile::Open(LPCTSTR lpszFileName, UINT nOpenFlags,

 CFileException* pException)

{

/*-上略

-*/
 ASSERT((nOpenFlags & typeText) == 0);   // text mode not supported!!!!!!不支持文本模式!

 // shouldn\'t open an already open file (it will leak)

 ASSERT(m_hFile == INVALID_HANDLE_VALUE);//不能打开已打开的文件

/*-下略

-*/

}

相关内容
赞助商链接