mtnumalgoplugin.cpp
来自「一个解析数学表达式的c++程序」· C++ 代码 · 共 17 行
CPP
17 行
// MTNumAlgoPlugin.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{13E58E27-F8C9-49FB-AA3F-7F270EB1AE78}",
name = "MTNumAlgoPlugin",
helpstring = "MTNumAlgoPlugin 1.0 Type Library",
resource_name = "IDR_MTNUMALGOPLUGIN") ]
class CMTNumAlgoPluginModule
{
public:
// Override CAtlDllModuleT members
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?