테너토너170 파일 전체를 버퍼에 읽어오기 http://stackoverflow.com/questions/18816126/c-read-the-whole-file-in-buffer TCHAR szDirectory[MAX_PATH] = _T("");::GetCurrentDirectory(sizeof(szDirectory) - 1, szDirectory); //Get Current Directory pathstrPath.Format(_T("%s"), szDirectory); strPath.Append(_T("\\"));strPath.Append(strFileName);//strPath.Replace(_T("\\"),_T("\\\\")); std::ifstream OpenedFile(strFileName, std::ios::binary);OpenedFi.. 2014. 10. 17. shortcut key, 단축키 추가 하는 방법 mfc http://tipssoft.com/bulletin/board.php?bo_table=old_bbs&wr_id=204 2014. 7. 22. 윈도우 네트워크 관련 아주 좋은 블로그 http://www.binarytides.com/ 2014. 6. 25. CString to LPARAM CString strTmp = "something in here";int strLen = strTmp.GetLength();char* chtmp = new char[strLen+1];sprintf_s(chtmp,MAX_BUFFER_SIZE,strTmp); 2014. 6. 24. 이전 1 ··· 32 33 34 35 36 37 38 ··· 43 다음 반응형