"헝가리언 표기법"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
22번째 줄: 22번째 줄:
*[[접두어]]
*[[접두어]]


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/Hungarian_notation
*https://en.wikipedia.org/wiki/Hungarian_notation


[[분류: 프로그래밍]]
[[분류: 프로그래밍]]

2017년 7월 23일 (일) 04:28 판

1 개요

Hungarian notation
헝가리언 표기법, 헝가리안 표기법
  • 접두어를 사용하는 표기법
  • 예시: strName, bBusy, szName

2 접두어 예시

b 불리언(boolean)
ch 문자(char)
f float
sz NULL로 끝나는 문자열 ( string + zero )

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}