变量名的匈牙利记法 Hungarian notation BOOL vAriable int,工NT vAriable UINT vAriable char char chVariable BYTE byVariable SHORT VAriable WORD VAriable LONG VAriable DWORD inVariable FlOAT fltvariable DOUBLE bivAriable CHAR[I szVariable
变量名的匈牙利记法 Hungarian notation BOOL : bVariable int, INT : nVariable UINT : uVariable char, CHAR : chVariable BYTE : byVariable SHORT : sVariable WORD : wVariable LONG : lVariable DWORD : dwVariable FLOAT : fltVariable DOUBLE : dblVariable CHAR[] : szVariable
口1MFC类库简介 1.MFCC++类库 Microsoft Foundation Class Library CObject 1)在运行时识别对象所属的类: Is Kindof0 2)支持串行化: Serialized 3在运行时打印诊断信息 AssertValido CRuntineClass:建立运行程序链表 CCmdTarget:向菜单、对话框、工具栏、状态栏等发送消息。 应用程序结构类: CWinApp, CDocument, CDocTemplate 窗口类: CFrameWnd, CView, cDia|og, CTreectrl等
1. MFC C++类库 Microsoft Foundation Class Library CObject : 1) 在运行时识别对象所属的类: IsKindOf() 2) 支持串行化: Serialize() 3) 在运行时打印诊断信息: AssertValid() CRuntineClass : 建立运行程序链表 CCmdTarget : 向菜单、对话框、工具栏、状态栏等发送消息。 应用程序结构类:CWinApp, CDocument,CDocTemplate 窗口类: CFrameWnd, CView, CDialog, CTreeCtrl等 ❑1 MFC类库简介