⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mtdateplugin.cpp

📁 一个解析数学表达式的c++程序
💻 CPP
字号:
// MTDatePlugin.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 = "{12C43572-A2FB-4D74-8C40-D231128B34E4}", 
		 name = "MTDatePlugin", 
		 helpstring = "MTDatePlugin 1.0 Type Library",
		 resource_name = "IDR_MTDATEPLUGIN") ]
class CMTDatePluginModule
{
public:
// Override CAtlDllModuleT members
};
		 

⌨️ 快捷键说明

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