现在的位置: 首页 > 综合 > 正文

MFC_study 必备的知识

2013年12月09日 ⁄ 综合 ⁄ 共 935字 ⁄ 字号 评论关闭

MFC 名词缩写

*******************************************************************************************************************

     API: Application Programming Interface

     DLL: Dynamic Link Library

     GUI :Graphic USer Interface

     MDI: Multiple Document Interface

     MFC:Microsoft Foundation Class

     OLE:Object Linking &Embedded

     OWL:Object Windows Library

     SDK:Software Document Kit

     SDI: Single Document Interface

     UI: User Interface

     Win App :Windows Application

***********************************************************************************************************

   linked-list 链表

   preemptive 强占性、抢占性、优先级

   template c++有所谓的class template,称为类模板;window有所谓的dialog template,称为对话框模板;mfc有所谓的Document Template

   构造函数  Construct

   析构函数 Destructor

   运算子      Operator

   改写  Override

   重载  Overloading

   封装 Encapsulation

   动态绑定 Dynamic Binding 后期绑定

   虚拟函数  Virtual function

   多态   Polymorphism   同名异式

   成员函数 member function

   成员变量 data member

  基类  base class

   派生类 Derived class

    inheritance  继承

  

抱歉!评论已关闭.