char buf[512];
   CFile f;
   f.Open("C:\\aa.txt",CFile::modeRead);
   CArchive ar(&f, CArchive::load, 512, buf);用这种方法打开文件,怎么样判断文件读完!