wzdutil.cpp

来自「MFC扩展编程实例」· C++ 代码 · 共 18 行

CPP
18
字号
// WzdUtil.cpp : implementation of the CWzdUtil class
//

#include "stdafx.h"
#include "Wzd.h"

#include "WzdDoc.h"
#include "WzdView.h"
#include "WzdUtil.h"

// PVFN has been defined in WzdProject as a function that takes three
//  values and returns a result

void CWzdUtil::Perform(CWzdView *pClass, PMFUNC func)
{
	int i=(pClass->*func)(1,"test",TRUE);
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?