一、mfc中id 編號原則
idc_:控制項的id命名字首(control)
idm_:選單的id命名字首(menu)
idd_:對話方塊的id命名字首(dialog)
idr_:資源的id命名字首(resource)
ids_:字串的id命名字首(string)
idb_:位圖資源的id命名字首(bitmap)
二、mfc系統訊息字首小集
匈牙利命名法關鍵是:
識別符號的名字以乙個或者多個小寫字母開頭作為字首;
字首之後的是首字母大寫的乙個單詞或多個單詞組合,該單詞要指明變數的用途。
字首 型別
a 陣列 (array)
b 布林值 (boolean)
by 位元組 (byte) == 8 bit
c 有符號字元 (char)
cb 無符號字元 (char byte,沒有多少人用)
cr 顏色參考值 (colorref)
cx,cy 座標差(長度 shortint)
dw 雙字 (double word) == 4 byte == 4 * 8 bit
fn 函式(function)
h 控制代碼(handle)
i 整型(int)
l 長整型 (long int)
lp 長指標(long pointer)
m_ 類的成員(member of a class)
n 短整型 (short int)
np 近指標(near pointer)
p 指標(pointer)
s 字串型(string)
sz 以字元''結尾的字串 (string with zero end)
w 字(word) == 2 byte == 2 * 8 bit
MFC命名規則
一 mfc中id 編號原則 idc 控制項的id命名字首 control idm 選單的id命名字首 menu idd 對話方塊的id命名字首 dialog idr 資源的id命名字首 resource ids 字串的id命名字首 string idb 位圖資源的id命名字首 bitmap 二 mf...
MFC命名規則
mfc命名規則 windows 型別 樣本變數 mfc 類 樣本變數 hwnd hwnd cwnd pwnd hdlg hdlg cdialog pdlg hdc hdc cdc pdc hgdiobj hgdiobj cgdiobject pgdiobj hpen hpen cpen ppen h...
MFC命名規則
mfc命名規則 windows 型別 樣本變數 mfc 類 樣本變數 hwnd hwnd cwnd pwnd hdlg hdlg cdialog pdlg hdc hdc cdc pdc hgdiobj hgdiobj cgdiobject pgdiobj hpen hpen cpen ppen h...