📄 luhnchecker.cpp
字号:
// LuhnChecker.cpp : Implementation of DLL Exports.
//
// Note: COM+ 1.0 Information:
// Please remember to run Microsoft Transaction Explorer to install the component(s).
// Registration is not done by default.
#include "stdafx.h"
#include "resource.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{8F61C082-609C-4B45-8D19-A99F2C8C6601}",
name = "LuhnChecker",
helpstring = "LuhnChecker 1.0 Type Library",
resource_name = "IDR_LUHNCHECKER") ];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -