想把一个大文件拆为小文件,然后通过多线程处理这么拆分的小文件。
while (pos != NULL) { dealpath[cnt] = startResult.GetNext(pos); AfxBeginThread(deAes_thread, (LPVOID)&(dealpath[cnt]), 0, 0, 0, NULL); cnt++; }