반응형
*
표기 | 설명 |
----------------------- | ------------------------------------------------------------ |
g_ | global variable |
m_ | member variable |
h_ | host Variable |
i_ | argument |
* C
표기 | 설명 |
----------------------- | ------------------------------------------------------------ |
b | bool |
c | char |
by | byte |
n | short |
i | int |
l | long |
f | float |
d | double |
sz | LPSTR: char* |
_t | typedef |
st | Struct |
pst | argument Struct |
* MFC
표기 | 설명 |
----------------------- | ------------------------------------------------------------ |
s | string |
str | CString |
u | UINT(unsigned int) |
w | WORD(unsigned long) |
dw | DOWRD(unsigned long) |
a | Array |
h | handle |
p | Pointer |
lp | Long Pointer |
cx,cy | width, height |
(none) | local variable |
* MFC
표기 | 설명 |
----------------------- | ------------------------------------------------------------ |
CS | Class style |
CW | Options for Creating Window |
DT | Option for drawing Text |
MB | Message Box |
SND | Sound Option |
WM | WindowMessage |
WS | Window Style |
WSG | Message Structure |
WNDCLASS | Window Class Structure |
PAINTSTRUCT | Paint Structure |
RECT | Rectangle |
HINSTANCE | Handle of Instance of Program |
HWND | Handle of Window |
HDC | Handle of Device Context |
반응형
'Devlopment > C,C++,Ruby,Python' 카테고리의 다른 글
[VC++] MessageBox (0) | 2010.03.10 |
---|---|
[VC++] 프로세스간 통신(IPC) (0) | 2010.03.04 |
[VC++] 다중문서 (0) | 2010.02.25 |
[VC++] 객체 간 통신 (0) | 2010.02.25 |
[VC++] 모달/모덜리스 대화상자 (0) | 2010.02.23 |
PROC, ORACLE에 Query문에서 공백문자 처리 (0) | 2009.04.06 |
C Comment (1) | 2009.03.31 |
RPOC 조건구문 (1) | 2009.03.24 |
C언어 문자열 변환 - char형 int형 (0) | 2009.03.03 |
time 관련 (0) | 2009.03.02 |