분류 전체보기
-
MD5 암호화 알고리즘[프로그램]/유용한 프로그램 2007. 10. 5. 15:45
출처는 코드프로젝트입니다. 출처가기(링크수정: 2021-01-13) Introduction A few times I've seen implementations of individual hashing algorithms, and thought it may be a good idea to group them together in an easy to use class. Well, here it is. What are hashes anyway? Hashes are a string of letters/numbers. They are used as a representation of an amount of data, but they are one way, you cannot go from a hash back to..
-
GDI + 라이브러리[프로그램]/유용한 프로그램 2007. 10. 2. 11:20
압축을 푸시면 *.dll *lib *.h 세 종류의 파일들이 나옵니다. dll 파일은 시스템 폴더에 복사하면 되는데 WinXP 운영체제를 쓰실 경우 대게 최신버전 업데이트가 되어있기 때문에 복사하지 않는 것이 좋습니다. lib 파일은 vc++ 설치된 폴더에 보면 lib 라는 폴더가 있는 곳에 넣어주시면 되고, 나머지 *.h 헤더 파일은 include 폴더에 복사하시면 됩니다. 컴파일시 UNSIGN_PTR을 인식할 수 없다고 에러가 뜰 경우 stdafx.h에 #define ULONG_PTR DWORD 을 추가시키시기 바랍니다. 출처 : 데브피아 김문섭 님의 글
-
-
-
-