본문 바로가기
IT/System Engineering

헝가리안표기법

by Jany 2009. 3. 31.
반응형

NAME DESCRIPTION

           b----BOOL
           c----char
           by---byte (unsigned char)
           n----short 
           i-----int
           l-----LONG
           f----FLOAT
          d----double
          s----string
          sz---Null로 종료되는 문자열(string) = ( LPSTR : char* )
          str--CString 형, char 배열
          u----UNIT (unsigned int)형 변수
          w---WORD (unsigned short)형 변수 (= USHORT )
          dw--DWORD (unsigned long)형 변수
          a----Array 배열
          h----handle
          p----pointer
          lp----long 포인터 변수
          x, y--x축이나 y축으로 사용되는 정수
         cx, cy---x,y 길이를 나타내기 위해 사용되는 변수
         없음. 지역변수 
         g_(글로벌) 전역변수
         m_(MFC ...) 멤버번수
         i_ 함수의 인자로 들어온 변수 :

반응형

댓글