# IT, Computer Science 썸네일형 리스트형 [MFC] 파일탐색 using namespace std; void main( void ) { CFileFind finder; BOOL bWorking = finder.FindFile("*.jpg"); while (bWorking) { bWorking = finder.FindNextFile(); if(!finder.IsDirectory()) cout 더보기 이전 1 ··· 27 28 29 30 31 32 33 ··· 76 다음