이진 검색
CString CAutoDicDlg::SearchDic( CString strResult ) { // TODO: Add your control notification handler code here CString strDic, strParam; BOOL bUp = TRUE; int nCurrentPos=0, nFirstPos, nLastPos, nBeforePos; int nCount, nKeyLength, nTokenLength, nSearchCnt, nGap; TCHAR *buf, *token, *keyword, *keyhead; const TCHAR sep[] = _T("/"); strParam = strResult; keyword = strParam.GetBuffer(1024+1); nKeyLen..
2011. 3. 3.