mytestd.cpp
来自「【内容简介】 本书由一流的权威撰写」· C++ 代码 · 共 16 行
CPP
16 行
// MyTestD.cpp : Implementation of CMyTestD
#include "stdafx.h"
#include "TestD.h"
#include "MyTestD.h"
/////////////////////////////////////////////////////////////////////////////
// CMyTestD
STDMETHODIMP CMyTestD::DoIt()
{
// TODO: Add your implementation code here
return S_OK;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?