math.cpp

来自「中间件的实验指导以及实验环境的搭建」· C++ 代码 · 共 16 行

CPP
16
字号
// Math.cpp : Implementation of CMath
#include "stdafx.h"
#include "SimpleCom.h"
#include "Math.h"

/////////////////////////////////////////////////////////////////////////////
// CMath


STDMETHODIMP CMath::Add(long n1, long n2, long *pnval)
{
	// TODO: Add your implementation code here

	return S_OK;
}

⌨️ 快捷键说明

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