E D R , A S I H C RSS

Full text search for "CFile"

CFile


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 레밍즈프로젝트/프로토타입/파일스트림 . . . . 13 matches
         = 대략적인 CFile =
         || CFile || Constructs a CFile object from a path or file handle. ||
         = CFile Prototype =
         void CFileioView::OnWritefile()
          CFile Wfile;
          if(!Wfile.Open("TestFile.txt", CFile::modeCreate | CFile::modeWrite))
         void CFileioView::OnReadfile()
          CFile Rfile;
          if(!Rfile.Open("TestFile.txt", CFile::modeRead))
         CFile 클래스 내의 Write() 함수를 이용해서 'A' ~ 'Z' 까지 써 넣는 함수 (OnWriteFile())와,
         그 나머지 과정은 일반적인 작업 내용은 거의 동일하므로 기본적인 CFile 부분을 숙지해야 할 것 같다.
  • ProjectSemiPhotoshop/SpikeSolution . . . . 10 matches
          CFile file;
          CFileException fe;
          if(!file.Open(lpszFileName, CFile::modeRead|CFile::shareDenyWrite, &fe))
          CFile file;
          CFileException fe;
          if (!file.Open(lpszFileName, CFile::modeCreate | CFile::modeWrite | CFile::shareDenyWrite, &fe)) return FALSE;
          CATCH (CFileException, e)
  • CppUnit . . . . 2 matches
          * VC6에서 작업하고 있는데요. CFileDialog를 통해 파일 path를 받으려고 하는데, TestRunner가 CFileDialog 명령을 수행하는 것보다 먼저 동작해 파일 경로를 받을 수 없습니다.. TestRunner가 실행되는 시점을 조절할 수 있나요? --[FredFrith]
  • DebuggingSeminar_2005/AutoExp.dat . . . . 2 matches
         CFile =hFile=<m_hFile> name=<m_strFileName.m_pchData,s>
         CFileException =cause=<m_cause> OS Error=m_lOsError
  • MFC/Serialize . . . . 1 match
          클래스 안에는 CFile 객체가 있으며, CArchive는 실제로 이 클래스를 통해서 파일 입출력을 전담시킨다.
Found 5 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.3882 sec