반응형 헝가리안 표기법1 헝가리안 표기법 헝가리안 표기법이란? ==> 컴퓨터 프로그래밍에서 변수명, 함수명을 지을 때 일정 규칙을 가지고 만드는 것 Prefix Type Description Example b bool boolean 형 bool bTrue; c char character 형 char cLetter; i int index를 위한 integer int iCars; n int number, quantity를 위한 integer int nNum, nCnt; l long long (과거 int와 구분을 위해 사용 long lDistance; u unsigned 부호 없는 정수형(4byte) unsigned uPercent; w WORD 부호 없는 word(2byte) WORD wCnt; dw DWORD 부호 없는 double word (.. 2015. 3. 17. 이전 1 다음 반응형