공부하며놀자/프로그래밍40 SFX(Self-Extracting) 코드 exe zip 자동 실행 exe zip http://www.codeproject.com/Articles/39/Creating-a-Self-Extracting-Executable?fid=186&df=90&mpp=25&noise=3&prof=False&sort=Position&view=Normal&spc=Relaxed&fr=1#xx0xx 2015. 4. 8. 비주얼 스튜디오 프로젝트 솔루션 이름 바꾸기 (visual studio solution name change) how to change project's name and solution in Visual Studio? 급하게 프로젝트를 만들다보니, 혹은 개발하다 보니, 프로젝트 명을 바꿔야 한다면?? *.sln 파일을 메모장에서 열어서 수정하자! FirstTestName 이라는 프로젝트가 있으면 1. FirstTestName.sln 을 메모장에서 연다.Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FirstTestName", "FirstTestName\FirstTestName.vcproj", "{01687A62-7B7A-4F47-B8FB-38B2A291BA7D}"이렇게 바꾼다.Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") .. 2015. 1. 12. 파일 전체를 버퍼에 읽어오기 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. 이전 1 ··· 5 6 7 8 9 10 다음 반응형