我现在的代码
try
{
bOK = cfLogFile.Open( strFileName, CFile::modeWrite ); if (!bOK)//是否需要判断open的返回值?
{
throw;
}
}
catch (CException* e)
是否多此一举?