人 煙403 File Size ( file length ) 얻기 - ftell binary 로 파일을 읽어오는 프로그램을 작성하다 나중에 필요할까 싶어 정리해본다. ftell 과 fseek 만을 이용해서 file size를 얻어오는 방법을 이용하였다. int ftell ( FILE* stream ) - 스트림의 현재 file pointer 를 조사해서 시작점과의 거리를 바이트 단위로 리턴한다. #include int main(){ FILE* fpin = fopen( "input.txt" , "r"); fseek(fpin, 0L, SEEK_END); int fileLen = ftell( fpin ); fseek(fpin, 0L, SEEK_SET); std::cout 2010. 4. 23. ipod touch & iphone album art image size Scale 1:1 로 맞추면 잘 됨. image size : 250 x 250 2010. 4. 12. 현재 branch의 Remote 서버 변경하기 remote 서버 등록하기 git remote add [이름] [실주소] (ex) $ git remote add TestRemote 192.168.0.1:/git/TestRemote.git 현재 branch 의 remote 서버를 redirect하기 현재 repository 의 최상단으로 이동하면 .git/config 라는 파일이 있다. 이 파일을 연다. 내가 현재 있는 branch 이름을 "MyBranch", 연결할 Remote branch 를 TestRemote 라고 하면 아래와 같이 되어 있을수도(설정값이 다를수도 있다. 그냥 있다는데에 의의를 두자.) 있고 아얘 없을 수도 있다. [branch "MyBranch"] remote = origin merge = refs/heads/MyBranch 이것.. 2010. 4. 8. Adobe Photoshop CS5 - PatchMatch - www.CS5.org 연구실에서 하던 프로젝트들의 대부분이 거의 완벽하게 시연이 되고 있구나... 역시 어도브다 ㅋㅋ 2010. 4. 5. 이전 1 ··· 38 39 40 41 42 43 44 ··· 101 다음