首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏liulun

    MFC-3文档视图架构

    #include <afxwin.h> #include "resource.h" class MyDocument : public CDocument { DECLARE_DYNCREATE(MyDocument)//声明run-time类 }; IMPLEMENT_DYNCREATE(MyDocument,CDocument)//声明MyDocument为run-time类 class MyView : public CView { public: void OnDraw(CDC * aDC

    43120编辑于 2022-05-09
领券